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

LookupContextBase..::..RecordLocks Property

Gets or sets the record locks.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public TableDefinition<RecordLock> RecordLocks { get; set; }
Public Property RecordLocks As TableDefinition(Of RecordLock)
	Get
	Set
public:
property TableDefinition<RecordLock^>^ RecordLocks {
	TableDefinition<RecordLock^>^ get ();
	void set (TableDefinition<RecordLock^>^ value);
}

Field Value

The record locks.