Android.Content.Context.DeleteDatabase Method
Delete an existing private SQLiteDatabase associated with this Context's application package.

Syntax

[Android.Runtime.Register("deleteDatabase", "(Ljava/lang/String;)Z", "GetDeleteDatabase_Ljava_lang_String_Handler")]
public abstract bool DeleteDatabase (string name)

See Also

Context.OpenOrCreateDatabase(string, Android.Content.FileCreationMode, Android.Content.FileCreationMode)

Parameters

name
The name (unique in the application package) of the database.

Returns

Documentation for this section has not yet been entered.

Remarks

Delete an existing private SQLiteDatabase associated with this Context's application package.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1