ContentValues.PutAll(ContentValues) Method

Definition

Adds all values from the passed in ContentValues.

[Android.Runtime.Register("putAll", "(Landroid/content/ContentValues;)V", "")]
public void PutAll (Android.Content.ContentValues? other);
[<Android.Runtime.Register("putAll", "(Landroid/content/ContentValues;)V", "")>]
member this.PutAll : Android.Content.ContentValues -> unit

Parameters

other
ContentValues

the ContentValues from which to copy

Attributes

Remarks

Adds all values from the passed in ContentValues.

Java documentation for android.content.ContentValues.putAll(android.content.ContentValues).

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