Click or drag to resize

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)
Syntax
ILock CreateLock(
	string tableName,
	params Object[] key
)

Parameters

tableName
Type: SystemString
Table name to lock
key
Type: SystemObject
Key to lock

Return Value

Type: ILock
Created lock
See Also