Click or drag to resize

RGQueryIRGOrderByExpressionTSourceSetOrder Method

Sorts the elements of a sequence according to a key.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
IOrderedQueryable<TSource> SetOrder(
	IQueryable<TSource> query,
	bool thenBy = false
)

Parameters

query
Type: System.LinqIQueryableTSource
The query.
thenBy (Optional)
Type: SystemBoolean
if set to true [then by].

Return Value

Type: IOrderedQueryableTSource
An System.Linq.IOrderedQueryable`1 whose elements are sorted according to a key.
See Also