LookupContextBase..::..RecordLockingLookup Property
Gets or sets the record locking lookup.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public LookupDefinition<RecordLockingLookup, RecordLock> RecordLockingLookup { get; set; }
Public Property RecordLockingLookup As LookupDefinition(Of RecordLockingLookup, RecordLock) Get Set
public: property LookupDefinition<RecordLockingLookup^, RecordLock^>^ RecordLockingLookup { LookupDefinition<RecordLockingLookup^, RecordLock^>^ get (); void set (LookupDefinition<RecordLockingLookup^, RecordLock^>^ value); }