IAdvancedFindLookupContext..::..RecordLocks Property
Gets or sets the record locks.
Namespace:
RingSoft.DbLookup.AdvancedFindAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
TableDefinition<RecordLock> RecordLocks { get; set; }
Property RecordLocks As TableDefinition(Of RecordLock) Get Set
property TableDefinition<RecordLock^>^ RecordLocks { TableDefinition<RecordLock^>^ get (); void set (TableDefinition<RecordLock^>^ value); }