The RDBMS is there just because an IT accident.
<property name="type" access="field" not-null="false" />
private string type;
public System.Type UnitType
{
get
{
if(type == "U" || type == 'P')
return typeof(string);
else
return null;
}
}
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/nhusers/-/oQs-aq329P0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.