Functions.DbSetDefaultLockMode 方法 | |
Get/Set the default locking mode for the DbServer class
命名空间:
XSharp_VORDDClasses
程序集:
XSharp.VORDDClasses (在 XSharp.VORDDClasses.dll 中) 版本:2.22 GA
语法 FUNCTION DbSetDefaultLockMode(
dwLockMode AS DWORD
) AS DWORD
public static uint DbSetDefaultLockMode(
uint dwLockMode
)
查看代码参数
- dwLockMode
- 类型:UInt32
The new locking mode. The default = ccOptimistic
返回值
类型:
UInt32The previous locking mode
参见