Click or drag to resize

RGQueryIRGOrderByExpressionTSource Interface

Interface for IQueryable Sorts.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
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
  NameDescription
Public methodSetOrder
Sorts the elements of a sequence according to a key.
Top
See Also