ResultSetView.IBindingList.RemoveSort Method
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private Sub RemoveSort Implements IBindingList.RemoveSort
'Usage
Dim instance As ResultSetView
CType(instance, IBindingList).RemoveSort()
void IBindingList.RemoveSort()
private:
virtual void RemoveSort() sealed = IBindingList::RemoveSort
private abstract RemoveSort : unit -> unit
private override RemoveSort : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.