| SqliteProviderLock Method |
Lock the specified connection
Namespace:
SanteDB.OrmLite.Providers
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public Object Lock(
IDbConnection connection
)
Public Function Lock (
connection As IDbConnection
) As Object
public:
virtual Object^ Lock(
IDbConnection^ connection
) sealed
abstract Lock :
connection : IDbConnection -> Object
override Lock :
connection : IDbConnection -> Object
Parameters
- connection
- Type: System.DataIDbConnection
[Missing <param name="connection"/> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.Lock(System.Data.IDbConnection)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.Lock(System.Data.IDbConnection)"]
Implements
IDbProviderLock(IDbConnection)See Also