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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
ConnectionString CreateDatabase(
	ConnectionString connectionString,
	string databaseName,
	string databaseOwner
)

Parameters

connectionString  ConnectionString
The connection string on which the database should be created (note: this may be a partial connection string)
databaseName  String
The name of the database which should be created
databaseOwner  String
The name of the user which owns the database

Return Value

ConnectionString

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

See Also