ResultSetView.IBindingList.ApplySort Method

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

Syntax

'Declaration
Private Sub ApplySort ( _
    property As PropertyDescriptor, _
    direction As ListSortDirection _
) Implements IBindingList.ApplySort
'Usage
Dim instance As ResultSetView
Dim property As PropertyDescriptor
Dim direction As ListSortDirection

CType(instance, IBindingList).ApplySort(property, _
    direction)
void IBindingList.ApplySort(
    PropertyDescriptor property,
    ListSortDirection direction
)
private:
virtual void ApplySort(
    PropertyDescriptor^ property, 
    ListSortDirection direction
) sealed = IBindingList::ApplySort
private abstract ApplySort : 
        property:PropertyDescriptor * 
        direction:ListSortDirection -> unit 
private override ApplySort : 
        property:PropertyDescriptor * 
        direction:ListSortDirection -> unit 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IBindingList.ApplySort(PropertyDescriptor, ListSortDirection)

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace