ParameterDataSourceExpression::Parameters Property
.NET Framework (current version)
Gets the parameters that are associated with this DataSourceExpression object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)] property ParameterCollection^ Parameters { ParameterCollection^ get(); }
Property Value
Type: System.Web.UI.WebControls::ParameterCollection^The parameters that are associated with the DataSourceExpression object.
.NET Framework
Available since 4.0
Available since 4.0
Show: