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.481-alpha
Syntax
IEnumerable<string> GetDatabases(
	ConnectionString connectionString
)

Parameters

connectionString
Type: SanteDB.Core.Configuration.DataConnectionString
The connection string on which the databases should be retrieved (note: this may be a partial connection string)

Return Value

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