QueryableDataSourceView::DeleteParameters Property

.NET Framework (current version)
 

Gets the collection that contains the parameters that are used during a delete operation.

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

public:
property ParameterCollection^ DeleteParameters {
	virtual ParameterCollection^ get();
}

Property Value

Type: System.Web.UI.WebControls::ParameterCollection^

A collection that contains the parameters that are used by the Delete method.

.NET Framework
Available since 4.0
Return to top
Show: