| TableMappingPrimaryKey Property |
Gets the primary key field
Namespace:
SanteDB.DisconnectedClient.SQLite.Query
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public IEnumerable<ColumnMapping> PrimaryKey { get; }
Public ReadOnly Property PrimaryKey As IEnumerable(Of ColumnMapping)
Get
public:
property IEnumerable<ColumnMapping^>^ PrimaryKey {
IEnumerable<ColumnMapping^>^ get ();
}
member PrimaryKey : IEnumerable<ColumnMapping> with get
Property Value
Type:
IEnumerableColumnMappingSee Also