LinqDataSource::UpdateParameters Property

 

This collection is not used by the LinqDataSource class.

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

public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[BrowsableAttribute(false)]
property ParameterCollection^ UpdateParameters {
	ParameterCollection^ get();
}

Property Value

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

A collection of parameters.

.NET Framework
Available since 3.5
Return to top
Show: