Click or drag to resize

SQLiteConnectionManagerExternLock Method

Get a lock for the specified database object

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IDisposable ExternLock(
	string dsName
)

Parameters

dsName
Type: SystemString

[Missing <param name="dsName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionManager.ExternLock(System.String)"]

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionManager.ExternLock(System.String)"]

See Also