Share via


ContentProviderOperation.ResolveSelectionArgsBackReferences Method

Definition

Return the selection arguments for this operation after resolving any requested back-references using the given results.

[Android.Runtime.Register("resolveSelectionArgsBackReferences", "([Landroid/content/ContentProviderResult;I)[Ljava/lang/String;", "GetResolveSelectionArgsBackReferences_arrayLandroid_content_ContentProviderResult_IHandler")]
public virtual string[]? ResolveSelectionArgsBackReferences (Android.Content.ContentProviderResult[] backRefs, int numBackRefs);
[<Android.Runtime.Register("resolveSelectionArgsBackReferences", "([Landroid/content/ContentProviderResult;I)[Ljava/lang/String;", "GetResolveSelectionArgsBackReferences_arrayLandroid_content_ContentProviderResult_IHandler")>]
abstract member ResolveSelectionArgsBackReferences : Android.Content.ContentProviderResult[] * int -> string[]
override this.ResolveSelectionArgsBackReferences : Android.Content.ContentProviderResult[] * int -> string[]

Parameters

backRefs
ContentProviderResult[]

the results to use when resolving any back-references

numBackRefs
Int32

the number of results which are valid

Returns

String[]
Attributes

Remarks

Return the selection arguments for this operation after resolving any requested back-references using the given results.

Java documentation for android.content.ContentProviderOperation.resolveSelectionArgsBackReferences(android.content.ContentProviderResult[], int).

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