Click or drag to resize

RGQueryRGOrderByExpressionTSource, TKey Constructor

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public RGOrderByExpression(
	Expression<Func<TSource, TKey>> orderBy,
	bool descending = false
)

Parameters

orderBy
Type: System.Linq.ExpressionsExpressionFuncTSource, TKey
The order by.
descending (Optional)
Type: SystemBoolean
if set to true [descending].
See Also