Click or drag to resize

IDataConfigurationProviderGetDatabases Method

Get all databases from the remote server

Namespace: SanteDB.Core.Configuration.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<string> GetDatabases(
	ConnectionString connectionString
)

Parameters

connectionString  ConnectionString
The connection string on which the databases should be retrieved (note: this may be a partial connection string)

Return Value

IEnumerableString
The enumerator of all databases registered on the remote server in connectionString
See Also