| 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
)
Public Function CreateConnectionString (
options As Dictionary(Of String, Object)
) As ConnectionString
public:
virtual ConnectionString^ CreateConnectionString(
Dictionary<String^, Object^>^ options
) sealed
abstract CreateConnectionString :
options : Dictionary<string, Object> -> ConnectionString
override CreateConnectionString :
options : Dictionary<string, Object> -> ConnectionString
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