|  | 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
Syntaxpublic 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: 
IEnumerableColumnMapping See Also
See Also