ContentValues.PutAll(ContentValues) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.