| BiSchemaColumnDefinitionNotNull Property |
True if this is not null
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public bool NotNull { get; set; }
Public Property NotNull As Boolean
Get
Set
public:
property bool NotNull {
bool get ();
void set (bool value);
}
member NotNull : bool with get, set
Property Value
Type:
BooleanSee Also