| ColumnMappingIsPrimaryKey Property |
True if column is primary key
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.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