Click or drag to resize

DbLockInfo Fields

X#

The DbLockInfo type exposes the following members.

Fields
  NameDescription
Public fieldMethod
A constant indicating the type of lock to obtain. The possible values are of the Lockmethod enum.
Public fieldRecId
An Item indicating the ID of the row to lock. This member is meaningful only if Method is set to EXCLUSIVE or MULTIPLE.
Public fieldResult
A flag that is TRUE if the lock operation was successful.
Top
See Also