RGQueryIRGOrderByExpressionTSource Interface
Interface for IQueryable Sorts.
Namespace: Recrovit.RecroGridFramework.DataAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.4.0.24.0124.1
public interface IRGOrderByExpression<TSource>
where TSource : class
Type Parameters
- TSource
- The type of the elements of source.
SetOrder |
Sorts the elements of a sequence according to a key.
|