DataView::IBindingListView::SortDescriptions Property

 

For a description of this member, see IBindingListView::SortDescriptions.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

private:
property ListSortDescriptionCollection^ SortDescriptions {
	virtual ListSortDescriptionCollection^ get() sealed = IBindingListView::SortDescriptions::get;
}

Property Value

Type: System.ComponentModel::ListSortDescriptionCollection^

For a description of this member, see IBindingListView::SortDescriptions.

This member is an explicit interface member implementation. The use of this member is not supported and will cause a ArgumentException. Instead, use the Clear method on the DataRowCollection object returned by Rows.

.NET Framework
Available since 2.0
Return to top
Show: