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