ContentProviderOperation.NewAssertQuery(Uri) Method

Definition

Create a Builder suitable for building a ContentProviderOperation to assert a set of values as provided through Builder#withValues(ContentValues).

[Android.Runtime.Register("newAssertQuery", "(Landroid/net/Uri;)Landroid/content/ContentProviderOperation$Builder;", "")]
public static Android.Content.ContentProviderOperation.Builder NewAssertQuery (Android.Net.Uri uri);
[<Android.Runtime.Register("newAssertQuery", "(Landroid/net/Uri;)Landroid/content/ContentProviderOperation$Builder;", "")>]
static member NewAssertQuery : Android.Net.Uri -> Android.Content.ContentProviderOperation.Builder

Parameters

uri
Uri

Returns

Attributes

Remarks

Java documentation for android.content.ContentProviderOperation.newAssertQuery(android.net.Uri).

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