Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- property
Type: System.ComponentModel.PropertyDescriptor
- direction
Type: System.ComponentModel.ListSortDirection
Implements
IBindingList.ApplySort(PropertyDescriptor, ListSortDirection)