Android.Provider.DocumentsProvider.Update Method
Implementation is provided by the parent class.

Syntax

[Android.Runtime.Register("update", "(Landroid/net/Uri;Landroid/content/ContentValues;Ljava/lang/String;[Ljava/lang/String;)I", "")]
public override sealed int Update (Android.Net.Uri uri, Android.Content.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

Implementation is provided by the parent class. Throws by default, and cannot be overriden.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0