Click or drag to resize

FirebirdSQLProviderLock Method

Get a lock object for the specified database connection

Namespace:  SanteDB.OrmLite.Providers.Firebird
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public Object Lock(
	IDbConnection connection
)

Parameters

connection
Type: System.DataIDbConnection
The connection to lock

Return Value

Type: Object
The lock object for the connection

Implements

IDbProviderLock(IDbConnection)
See Also