Click or drag to resize

IDataConfigurationProviderDropDatabase Method

Drop 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
void DropDatabase(
	ConnectionString connectionString,
	string databaseName
)

Parameters

connectionString  ConnectionString
The connection string on which the database should be dropped(note: this may be a partial connection string)
databaseName  String
The name of the database which should be dropped
See Also