Gets or sets the sort column or columns, and sort order for the System.Data.DataView.
Documentation for this section has not yet been entered.
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.