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