System.Data.DataView.Sort Property

Gets or sets the sort column or columns, and sort order for the System.Data.DataView.

Syntax

[System.ComponentModel.DefaultValue("")]
public string Sort { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If you do not explicitly specify sort criteria for DataView, the DataRowView objects in DataView are sorted based on the index of its corresponding DataRow in the DataTable.Rows DataRowCollection.

For more information, see Creating and Using DataViews.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0