ContentProviderOperation.ResolveValueBackReferences Method

Definition

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.

Java documentation for android.content.ContentProviderOperation.resolveValueBackReferences(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