Click or drag to resize

DbLockInfo.LockMethod Enumeration

X#
List of possible Locking Methods

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 enum LockMethod
Members
  Member nameValueDescription
Exclusive1Lock a row, releasing currently locked rows.
Multiple2Lock a row, maintaining currently locked rows.
File3Lock a table, releasing locks currently held.
See Also