| 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
)
Public Function ExternLock (
dsName As String
) As IDisposable
public:
IDisposable^ ExternLock(
String^ dsName
)
member ExternLock :
dsName : string -> IDisposable
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