ResultSetView.IBindingList.SortDirection Property

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

Syntax

'Declaration
Private ReadOnly Property SortDirection As ListSortDirection
    Implements IBindingList.SortDirection
    Get
'Usage
Dim instance As ResultSetView
Dim value As ListSortDirection

value = CType(instance, IBindingList).SortDirection
ListSortDirection IBindingList.SortDirection { get; }
private:
virtual property ListSortDirection SortDirection {
    ListSortDirection get () sealed = IBindingList::SortDirection::get;
}
private abstract SortDirection : ListSortDirection
private override SortDirection : ListSortDirection
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.ComponentModel.ListSortDirection

Implements

IBindingList.SortDirection

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace