Click or drag to resize

SqliteConfigurationProviderDropDatabase Method

Drop the specified database in the provider

Namespace: SanteDB.OrmLite.Providers.Sqlite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public override 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

Implements

IDataConfigurationProviderDropDatabase(ConnectionString, String)
See Also