| ColumnMappingIsNonNull Property |
Identifies the column must always have a value even if 0
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public bool IsNonNull { get; }
Public ReadOnly Property IsNonNull As Boolean
Get
public:
property bool IsNonNull {
bool get ();
}
member IsNonNull : bool with get
Property Value
Type:
BooleanSee Also