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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool TestConnectionString(
	ConnectionString connectionString
)

Parameters

connectionString  ConnectionString
The connection string which should be verified

Return Value

Boolean
True if the connection string is valid
See Also