Android.Content.ContentResolver.BulkInsert Method
Inserts multiple rows into a table at the given URL.

Syntax

[Android.Runtime.Register("bulkInsert", "(Landroid/net/Uri;[Landroid/content/ContentValues;)I", "")]
public int BulkInsert (Android.Net.Uri url, ContentValues[] values)

Parameters

url
The URL of the table to insert into.
values
The initial values for the newly inserted rows. The key is the column name for the field. Passing null will create an empty row.

Returns

Documentation for this section has not yet been entered.

Remarks

Inserts multiple rows into a table at the given URL. This function make no guarantees about the atomicity of the insertions.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1