Version

SortDataSourceRecursively Method

Sorts the data source recursively.
Syntax
'Declaration
 
Public Function SortDataSourceRecursively( _
   ByVal queryable As System.Linq.IQueryable, _
   ByVal model As TreeGridModel, _
   ByVal sortExpressions As System.Collections.Generic.List(Of SortExpression), _
   Optional ByVal dataLevel As System.Integer _
) As System.Collections.IList
public System.Collections.IList SortDataSourceRecursively( 
   System.Linq.IQueryable queryable,
   TreeGridModel model,
   System.Collections.Generic.List<SortExpression> sortExpressions,
   System.int dataLevel
)

Parameters

queryable
The queryable.
model
The model.
sortExpressions
The sort expressions.
dataLevel
The data level.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub