RecordLock..::..PrimaryKey Property
Gets or sets the primary key.
Namespace:
RingSoft.DbLookup.RecordLockingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
[RequiredAttribute] [MaxLengthAttribute] public string PrimaryKey { get; set; }
<RequiredAttribute> _ <MaxLengthAttribute> _ Public Property PrimaryKey As String Get Set
[RequiredAttribute] [MaxLengthAttribute] public: property String^ PrimaryKey { String^ get (); void set (String^ value); }