Namespace: SharePodLib.Databinding
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public Sub ApplySort( _ 
   ByVal sorts As ListSortDescriptionCollection _ 
) _
    Implements IBindingListView.ApplySort
C#
public void ApplySort(
   ListSortDescriptionCollection sorts
)
C++
public:
 void ApplySort(
   ListSortDescriptionCollection sorts
) sealed 
J#
public void ApplySort(
   ListSortDescriptionCollection sorts
)
JScript
JScript does not support generic types and methods.

Implements

IBindingListView.ApplySort

See Also