| SQLiteMailPersistenceServiceCreateConnection Method |
Creates the connection.
Namespace:
SanteDB.DisconnectedClient.SQLite.Mail
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax protected SQLiteDataContext CreateConnection()
Protected Function CreateConnection As SQLiteDataContext
protected:
SQLiteDataContext^ CreateConnection()
member CreateConnection : unit -> SQLiteDataContext
Return Value
Type:
SQLiteDataContextThe connection.
See Also