Android.Content.ContentProviderOperation.ResolveSelectionArgsBackReferences Method
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.

Syntax

[Android.Runtime.Register("resolveSelectionArgsBackReferences", "([Landroid/content/ContentProviderResult;I)[Ljava/lang/String;", "GetResolveSelectionArgsBackReferences_arrayLandroid_content_ContentProviderResult_IHandler")]
public virtual string[] ResolveSelectionArgsBackReferences (ContentProviderResult[] backRefs, int numBackRefs)

Parameters

backRefs
an array of previous results
numBackRefs
the number of valid previous results in backRefs

Returns

Documentation for this section has not yet been entered.

Remarks

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.

This is intended to be a private method but it is exposed for unit testing purposes

[Android Documentation]

Requirements

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