SqlDataSourceDesigner::DeleteQuery Property

 

Gets or sets the SqlDataSourceDesigner that supports delete queries.

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

public:
property DataSourceOperation DeleteQuery {
	DataSourceOperation get();
	void set(DataSourceOperation value);
}

Property Value

Type: System.Web.UI::DataSourceOperation

The Delete query.

For this implementation, setting the DeleteQuery property has no effect. The DeleteQuery property shadows the same property in the associated control, and is intended for internal use only.

.NET Framework
Available since 2.0
Return to top
Show: