QueryableDataSourceView::InsertParameters Property

.NET Framework (current version)
 

Gets a collection of parameters that are used during the insert operation.

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

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

Property Value

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

A collection that contains the parameters that are used during the insert operation.

.NET Framework
Available since 4.0
Return to top
Show: