ObjectDataSourceView.SortParameterName Property
.NET Framework 3.0
Gets or sets the name of the data retrieval method parameter that is used to specify a sort expression for data source sorting support.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_SortParameterName () /** @property */ public void set_SortParameterName (String value)
public function get SortParameterName () : String public function set SortParameterName (value : String)
Not applicable.
Property Value
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.
Community Additions
ADD
Show: