| SQLiteConnectionPoolGetWritable Method |
Get a writable connection
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public LockableSQLiteConnection GetWritable()
Public Function GetWritable As LockableSQLiteConnection
public:
LockableSQLiteConnection^ GetWritable()
member GetWritable : unit -> LockableSQLiteConnection
Return Value
Type:
LockableSQLiteConnection[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionPool.GetWritable"]
See Also