Android.Content.ContentProviderOperation.ResolveValueBackReferences Method
The ContentValues back references are represented as a ContentValues object where the key refers to a column and the value is an index of the back reference whose valued should be associated with the column.

Syntax

[Android.Runtime.Register("resolveValueBackReferences", "([Landroid/content/ContentProviderResult;I)Landroid/content/ContentValues;", "GetResolveValueBackReferences_arrayLandroid_content_ContentProviderResult_IHandler")]
public virtual ContentValues ResolveValueBackReferences (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 ContentValues back references are represented as a ContentValues object where the key refers to a column and the value is an index of the back reference whose valued should be associated with the column.

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