| SQLiteConnectionManagerCurrent Property |
Gets the current connection manager
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public static SQLiteConnectionManager Current { get; }
Public Shared ReadOnly Property Current As SQLiteConnectionManager
Get
public:
static property SQLiteConnectionManager^ Current {
SQLiteConnectionManager^ get ();
}
static member Current : SQLiteConnectionManager with get
Property Value
Type:
SQLiteConnectionManagerSee Also