| LockableSQLiteConnectionLock Method |
Locks the connection file
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public IDisposable Lock()
Public Function Lock As IDisposable
public:
IDisposable^ Lock()
member Lock : unit -> IDisposable
Return Value
Type:
IDisposable[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.LockableSQLiteConnection.Lock"]
See Also