SqlDataSource::SortParameterName Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^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.
.NET Framework
Available since 2.0
Available since 2.0
Show: