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