Click or drag to resize

SQLiteStorageProviderTestConnectionString Method

Test the specified connection string

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public bool TestConnectionString(
	ConnectionString connectionString
)

Parameters

connectionString
Type: SanteDB.Core.Configuration.DataConnectionString

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

Return Value

Type: Boolean

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

Implements

IDataConfigurationProviderTestConnectionString(ConnectionString)
See Also