FieldIsPrimaryKey Property
Get or set flag to check
Field is primary key or not
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.128 -- Release Build+cb657b646daac3e9cc5384ff42ed4530df50eab1
public bool IsPrimaryKey { get; set; }
Public Property IsPrimaryKey As Boolean
Get
Set
public:
property bool IsPrimaryKey {
bool get ();
void set (bool value);
}
function get_IsPrimaryKey();
function set_IsPrimaryKey(value);
Property Value
Boolean