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
values
ContentValues
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.

Applies to