Click or drag to resize

IDataConfigurationProviderCreateDatabase Method

Create the specified database in the provider

Namespace:  SanteDB.Core.Configuration.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
ConnectionString CreateDatabase(
	ConnectionString connectionString,
	string databaseName,
	string databaseOwner
)

Parameters

connectionString
Type: SanteDB.Core.Configuration.DataConnectionString
The connection string on which the database should be created (note: this may be a partial connection string)
databaseName
Type: SystemString
The name of the database which should be created
databaseOwner
Type: SystemString
The name of the user which owns the database

Return Value

Type: ConnectionString

[Missing <returns> documentation for "M:SanteDB.Core.Configuration.Data.IDataConfigurationProvider.CreateDatabase(SanteDB.Core.Configuration.Data.ConnectionString,System.String,System.String)"]

See Also