DataView.IBindingListView.SortDescriptions Property

Definition

For a description of this member, see SortDescriptions.

property System::ComponentModel::ListSortDescriptionCollection ^ System::ComponentModel::IBindingListView::SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
System.ComponentModel.ListSortDescriptionCollection System.ComponentModel.IBindingListView.SortDescriptions { get; }
member this.System.ComponentModel.IBindingListView.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
 ReadOnly Property SortDescriptions As ListSortDescriptionCollection Implements IBindingListView.SortDescriptions

Property Value

For a description of this member, see SortDescriptions.

Implements

Remarks

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.

Applies to