The methods of Android.Content.ContentProviderOperation are listed below. For a list of all members, see the ContentProviderOperation Members list.
See Also: Inherited members from Java.Lang.Object
Applies this operation using the given provider.
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building a Android.Content.ContentProviderOperation to assert a set of values as provided through NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html#withValues(android.content.ContentValues).
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building a delete Android.Content.ContentProviderOperation.
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building an insert Android.Content.ContentProviderOperation.
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building an update Android.Content.ContentProviderOperation.
The Selection Arguments back references are represented as a Map of Integer->Integer where the key is an index into the selection argument array (see NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html#withSelection(java.lang.String, java.lang.String[])) and the value is the index of the previous result that should be used for that selection argument array slot.
The ContentValues back references are represented as a ContentValues object where the key refers to a column and the value is an index of the back reference whose valued should be associated with the column.
Flatten this object in to a Parcel.