Click or drag to resize

SQLiteStorageProviderParseConnectionString Method

Parse the specified connection string to known components

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IDictionary<string, Object> ParseConnectionString(
	ConnectionString connectionString
)

Parameters

connectionString
Type: SanteDB.Core.Configuration.DataConnectionString

[Missing <param name="connectionString"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteStorageProvider.ParseConnectionString(SanteDB.Core.Configuration.Data.ConnectionString)"]

Return Value

Type: IDictionaryString, Object

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteStorageProvider.ParseConnectionString(SanteDB.Core.Configuration.Data.ConnectionString)"]

Implements

IDataConfigurationProviderParseConnectionString(ConnectionString)
See Also