Click or drag to resize

DbLockInfo Structure

X#
Helper structure to store information needed to lock a row or table for exclusive access.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STRUCTURE DbLockInfo

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