Click or drag to resize

IDatabaseLock Method

Adds a lock in the database

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
void Lock(
	ILock lockToAdd
)

Parameters

lockToAdd
Type: EBP.Api.Interfaces.DatabaseILock
the lock to add
See Also