ObjectDataSourceView::SortParameterName Property
.NET Framework (current version)
Gets or sets the name of the data retrieval method parameter that is used to specify a sort expression for data source sorting support.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The name of the method parameter used to indicate the parameter that accepts this sort expression value. The default is an empty string ("").
The SortParameterName property is used to support data source sorting. When a SortExpression property is set on the DataSourceSelectArguments object and passed to the Select method, the SortParameterName property identifies the parameter name of the method specified by the SelectMethod business object property that accepts the sort expression value.
The value of the SortParameterName property is stored in view state.
.NET Framework
Available since 2.0
Available since 2.0
Show: