Android.Content.ContentResolver.Delete Method
Deletes row(s) specified by a content URI.

Syntax

[Android.Runtime.Register("delete", "(Landroid/net/Uri;Ljava/lang/String;[Ljava/lang/String;)I", "")]
public int Delete (Android.Net.Uri url, string where, string[] selectionArgs)

Parameters

url
The URL of the row to delete.
where
A filter to apply to rows before deleting, formatted as an SQL WHERE clause (excluding the WHERE itself).
selectionArgs
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Deletes row(s) specified by a content URI. If the content provider supports transactions, the deletion will be atomic.

[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