 | IDataConfigurationProviderDropDatabase Method |
Drop the specified database in the provider
Namespace: SanteDB.Core.Configuration.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid DropDatabase(
ConnectionString connectionString,
string databaseName
)
Sub DropDatabase (
connectionString As ConnectionString,
databaseName As String
)
void DropDatabase(
ConnectionString^ connectionString,
String^ databaseName
)
abstract DropDatabase :
connectionString : ConnectionString *
databaseName : string -> unit 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