ContentProviderOperation.Builder.WithValueBackReferences 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.
Add a ContentValues of back references.
[Android.Runtime.Register("withValueBackReferences", "(Landroid/content/ContentValues;)Landroid/content/ContentProviderOperation$Builder;", "GetWithValueBackReferences_Landroid_content_ContentValues_Handler")]
public virtual Android.Content.ContentProviderOperation.Builder WithValueBackReferences(Android.Content.ContentValues backReferences);
[<Android.Runtime.Register("withValueBackReferences", "(Landroid/content/ContentValues;)Landroid/content/ContentProviderOperation$Builder;", "GetWithValueBackReferences_Landroid_content_ContentValues_Handler")>]
abstract member WithValueBackReferences : Android.Content.ContentValues -> Android.Content.ContentProviderOperation.Builder
override this.WithValueBackReferences : Android.Content.ContentValues -> Android.Content.ContentProviderOperation.Builder
Parameters
- backReferences
- ContentValues
set of values where the key indicates which value to configure and the value the index indicating which historical ContentProviderResult should overwrite the value. This value cannot be null .
Returns
This value cannot be null .
- Attributes
Remarks
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.