| RGQueryIRGOrderByExpressionTSource Interface |
Interface for IQueryable Sorts.
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax public interface IRGOrderByExpression<TSource>
where TSource : class
Type Parameters
- TSource
- The type of the elements of source.
The RGQueryIRGOrderByExpressionTSource type exposes the following members.
Methods
| Name | Description |
---|
| SetOrder |
Sorts the elements of a sequence according to a key.
|
TopSee Also