Click or drag to resize

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; }

Property Value

Type: IEnumerableColumnMapping
See Also