Click or drag to resize

IDataConfigurationProviderTestConnectionString Method

Tests the specified connection string to ensure it is valid with the provider and the remote machine exists

Namespace:  SanteDB.Core.Configuration.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
bool TestConnectionString(
	ConnectionString connectionString
)

Parameters

connectionString
Type: SanteDB.Core.Configuration.DataConnectionString
The connection string which should be verified

Return Value

Type: Boolean
True if the connection string is valid
See Also