ResultSetView.IBindingList.ApplySort-Methode
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 unterstützt die Verwendung von expliziten Schnittstellenimplementierungen, jedoch nicht die Deklaration neuer expliziter Schnittstellenimplementierungen.
Parameter
- property
Typ: System.ComponentModel.PropertyDescriptor
- direction
Typ: System.ComponentModel.ListSortDirection
Implementiert
IBindingList.ApplySort(PropertyDescriptor, ListSortDirection)