Android.Database.Sqlite.SQLiteDatabase.DeleteDatabase Method
Deletes a database including its journal file and other auxiliary files that may have been created by the database engine.

Syntax

[Android.Runtime.Register("deleteDatabase", "(Ljava/io/File;)Z", "")]
public static bool DeleteDatabase (Java.IO.File file)

Parameters

file
The database file path.

Returns

Documentation for this section has not yet been entered.

Remarks

Deletes a database including its journal file and other auxiliary files that may have been created by the database engine.

[Android Documentation]

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16