ContentProviderOperation.NewInsert(Uri) Method

Definition

Create a Builder suitable for building an operation that will invoke ContentProvider#insert.

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

Parameters

uri
Uri

The Uri that is the target of the operation.

Returns

Attributes

Remarks

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