ContentProviderOperation.ResolveSelectionArgsBackReferences Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
Return the selection arguments for this operation after resolving any requested back-references using the given results.
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.