ContentProviderOperation.Builder.WithSelectionBackReference Method

Definition

Overloads

WithSelectionBackReference(Int32, Int32)

Add a back references as a selection arg.

WithSelectionBackReference(Int32, Int32, String)

WithSelectionBackReference(Int32, Int32)

Add a back references as a selection arg.

[Android.Runtime.Register("withSelectionBackReference", "(II)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IIHandler")]
public virtual Android.Content.ContentProviderOperation.Builder WithSelectionBackReference (int index, int fromIndex);
[<Android.Runtime.Register("withSelectionBackReference", "(II)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IIHandler")>]
abstract member WithSelectionBackReference : int * int -> Android.Content.ContentProviderOperation.Builder
override this.WithSelectionBackReference : int * int -> Android.Content.ContentProviderOperation.Builder

Parameters

index
Int32
fromIndex
Int32

Returns

Attributes

Remarks

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

WithSelectionBackReference(Int32, Int32, String)

[Android.Runtime.Register("withSelectionBackReference", "(IILjava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IILjava_lang_String_Handler", ApiSince=30)]
public virtual Android.Content.ContentProviderOperation.Builder WithSelectionBackReference (int index, int fromIndex, string fromKey);
[<Android.Runtime.Register("withSelectionBackReference", "(IILjava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IILjava_lang_String_Handler", ApiSince=30)>]
abstract member WithSelectionBackReference : int * int * string -> Android.Content.ContentProviderOperation.Builder
override this.WithSelectionBackReference : int * int * string -> Android.Content.ContentProviderOperation.Builder

Parameters

index
Int32
fromIndex
Int32
fromKey
String

Returns

Attributes

Applies to