- provider
- the Android.Content.ContentProvider on which this batch is applied
- backRefs
- a Android.Content.ContentProviderResult array that will be consulted to resolve any requested back references.
- numBackRefs
- the number of valid results on the backRefs array.
Documentation for this section has not yet been entered.
Type Reason Android.Content.OperationApplicationException thrown if either the insert fails or if the number of rows affected didn't match the expected count
Applies this operation using the given provider. The backRefs array is used to resolve any back references that were requested using NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html#withValueBackReferences(android.content.ContentValues) and NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html#withSelectionBackReference(int, int).