| ColumnMappingIsPrimaryKey Property |
True if column is primary key
Namespace:
SanteDB.DisconnectedClient.SQLite.Query
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool IsPrimaryKey { get; }
Public ReadOnly Property IsPrimaryKey As Boolean
Get
public:
property bool IsPrimaryKey {
bool get ();
}
member IsPrimaryKey : bool with get
Property Value
Type:
BooleanSee Also