| TableMappingPrimaryKey Property |
Gets the primary key field
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.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