Storage for a flag indicating the field is the primary key field.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool IsPrimaryKeyField { get; set; } |
Visual Basic |
---|
Property IsPrimaryKeyField As Boolean Get Set |
Visual C++ |
---|
property bool IsPrimaryKeyField { bool get (); void set (bool value); } |