ContentProviderOperation.IsDelete Property

Definition

Returns true if the operation represents a ContentProvider#delete operation.

public virtual bool IsDelete { [Android.Runtime.Register("isDelete", "()Z", "GetIsDeleteHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isDelete", "()Z", "GetIsDeleteHandler", ApiSince=23)>]
member this.IsDelete : bool

Property Value

Attributes

Remarks

Returns true if the operation represents a ContentProvider#delete operation.

Java documentation for android.content.ContentProviderOperation.isDelete().

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