Click or drag to resize
ComplexPathEdgeParserTSource, TDestinationOrderByDescending Method
Specifies that a sorting expression should be applied to the prefetched data in descending order.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IPathEdgeParser<TSource, TDestination> OrderByDescending(
	Expression<Func<TDestination, Object>> sorter
)

Parameters

sorter
Type: System.Linq.ExpressionsExpressionFuncTDestination, Object
Lambda expression specifying the field to filter on.

Return Value

Type: IPathEdgeParserTSource, TDestination
This instance to allow for method chaining.

Implements

IPathEdgeParserTSource, TDestinationOrderByDescending(ExpressionFuncTDestination, Object)
See Also