点击或拖拽改变大小

DbLockInfo 结构

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

命名空间:  XSharp.RDD.Support
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STRUCTURE DbLockInfo

DbLockInfo 类型公开以下成员。

字段
  名称说明
公共字段Method
A constant indicating the type of lock to obtain. The possible values are of the Lockmethod enum.
公共字段RecId
An Item indicating the ID of the row to lock. This member is meaningful only if Method is set to EXCLUSIVE or MULTIPLE.
公共字段Result
A flag that is TRUE if the lock operation was successful.
Top
参见