 | BiSchemaColumnDefinitionIsIndex Property |
True if this column is indexed
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic 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
Boolean
See Also