SqlDataSourceView.SortParameterName Property
.NET Framework 3.0
Gets or sets the name of a stored procedure parameter that is used to sort retrieved data when data retrieval is performed using a stored procedure.
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 a stored procedure parameter used to sort retrieved data when data retrieval is performed using a stored procedure.The SortParameterName property is evaluated only when the SQL command that is contained by the SelectCommand property is the name of a stored procedure. In this case, if the SortParameterName property is set, it contains the name of a parameter that is used to sort the results of the stored procedure.
If the ParameterPrefix property is set, it is prepended to the SortParameterName property.
The value of the SortParameterName property is stored in view state.
Community Additions
ADD
Show: