Android.Content.SearchRecentSuggestionsProvider.Update Method
This method is provided for use by the ContentResolver.

Syntax

[Android.Runtime.Register("update", "(Landroid/net/Uri;Landroid/content/ContentValues;Ljava/lang/String;[Ljava/lang/String;)I", "GetUpdate_Landroid_net_Uri_Landroid_content_ContentValues_Ljava_lang_String_arrayLjava_lang_String_Handler")]
public override int Update (Android.Net.Uri uri, ContentValues values, string selection, string[] selectionArgs)

Parameters

uri
The URI to query. This can potentially have a record ID if this is an update request for a specific record.
values
A set of column_name/value pairs to update in the database. This must not be null.
selection
An optional filter to match rows to update.
selectionArgs
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

This method is provided for use by the ContentResolver. Do not override, or directly call from your own code.

[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