 | SQLiteDataContextConnection Property |
Local data connection
Namespace:
SanteDB.DisconnectedClient.SQLite
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntaxpublic LockableSQLiteConnection Connection { get; set; }
Public Property Connection As LockableSQLiteConnection
Get
Set
public:
property LockableSQLiteConnection^ Connection {
LockableSQLiteConnection^ get ();
void set (LockableSQLiteConnection^ value);
}
member Connection : LockableSQLiteConnection with get, set
Property Value
Type:
LockableSQLiteConnection
See Also