ObjectDataSourceView.SortParameterName Property

Definition

Gets or sets the name of the data retrieval method parameter that is used to specify a sort expression for data source sorting support.

public:
 property System::String ^ SortParameterName { System::String ^ get(); void set(System::String ^ value); };
public string SortParameterName { get; set; }
member this.SortParameterName : string with get, set
Public Property SortParameterName As String

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 ("").

Remarks

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.

Applies to

See also