 | IDatabaseCreateLock Method |
Creates a lock for a table and a primary key
Namespace:
EBP.Api.Interfaces.Database
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxILock CreateLock(
string tableName,
params Object[] key
)
Function CreateLock (
tableName As String,
ParamArray key As Object()
) As ILock
Parameters
- tableName
- Type: SystemString
Table name to lock - key
- Type: SystemObject
Key to lock
Return Value
Type:
ILockCreated lock
See Also