Entity.AddSubValue(Uri, ContentValues) Method

Definition

[Android.Runtime.Register("addSubValue", "(Landroid/net/Uri;Landroid/content/ContentValues;)V", "")]
public void AddSubValue(Android.Net.Uri? uri, Android.Content.ContentValues? values);
[<Android.Runtime.Register("addSubValue", "(Landroid/net/Uri;Landroid/content/ContentValues;)V", "")>]
member this.AddSubValue : Android.Net.Uri * Android.Content.ContentValues -> unit

Parameters

uri
Uri

The content URI associated with the operation.

values
ContentValues

The content values associated with the operation.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for android.content.Entity.addSubValue(android.net.Uri, android.content.ContentValues).

Applies to