LinqDesignerDataSourceView::CanDelete Property

 

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the ExecuteDelete method.

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

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

Property Value

Type: System::Boolean

true if the ExecuteDelete method is supported; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: