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