EntityDesignerDataSourceView::CanDelete Property

 

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports deletes.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Web.Entity.Design (in System.Web.Entity.Design.dll)

public:
property bool CanDelete {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if deletes are supported; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: