Click or drag to resize

SQLiteStorageProviderCreateConnectionString Method

Create a connection string to be inserted into the connection string section

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public ConnectionString CreateConnectionString(
	Dictionary<string, Object> options
)

Parameters

options
Type: System.Collections.GenericDictionaryString, Object

[Missing <param name="options"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteStorageProvider.CreateConnectionString(System.Collections.Generic.Dictionary{System.String,System.Object})"]

Return Value

Type: ConnectionString

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteStorageProvider.CreateConnectionString(System.Collections.Generic.Dictionary{System.String,System.Object})"]

Implements

IDataConfigurationProviderCreateConnectionString(DictionaryString, Object)
See Also