QueryableDataSourceView::CanDelete Property

.NET Framework (current version)
 

Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports delete operations.

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

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

Property Value

Type: System::Boolean

true if delete operations are supported; otherwise, false. The default is false.

.NET Framework
Available since 4.0
Return to top
Show: