DbSetDefaultLockMode Function | |
Get/Set the default locking mode for the DbServer class
Namespace:
VORDDClasses
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax FUNCTION DbSetDefaultLockMode(
dwLockMode AS DWORD
) AS DWORD
public static uint DbSetDefaultLockMode(
uint dwLockMode
)
Request Example
View SourceParameters
- dwLockMode
- Type: DWord
The new locking mode. The default = ccOptimistic
Return Value
Type:
DWordThe previous locking mode
See Also