ContentProviderOperation.ResolveValueBackReferences 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 values for this operation after resolving any requested back-references using the given results.
[Android.Runtime.Register("resolveValueBackReferences", "([Landroid/content/ContentProviderResult;I)Landroid/content/ContentValues;", "GetResolveValueBackReferences_arrayLandroid_content_ContentProviderResult_IHandler")]
public virtual Android.Content.ContentValues? ResolveValueBackReferences (Android.Content.ContentProviderResult[] backRefs, int numBackRefs);
[<Android.Runtime.Register("resolveValueBackReferences", "([Landroid/content/ContentProviderResult;I)Landroid/content/ContentValues;", "GetResolveValueBackReferences_arrayLandroid_content_ContentProviderResult_IHandler")>]
abstract member ResolveValueBackReferences : Android.Content.ContentProviderResult[] * int -> Android.Content.ContentValues
override this.ResolveValueBackReferences : Android.Content.ContentProviderResult[] * int -> Android.Content.ContentValues
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 values 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.