RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

RecordLock..::..PrimaryKey Property

Gets or sets the primary key.

Namespace:  RingSoft.DbLookup.RecordLocking
Assembly:  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);
}

Field Value

The primary key.