IPathEdgeParserTSource, TDestinationOrderByDescending Method  | 
 
            Specifies that a sorting expression should be applied to the prefetched data in descending order.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
SyntaxIPathEdgeParser<TSource, TDestination> OrderByDescending(
	Expression<Func<TDestination, Object>> sorter
)
Function OrderByDescending ( 
	sorter As Expression(Of Func(Of TDestination, Object))
) As IPathEdgeParser(Of TSource, TDestination)
Parameters
- sorter
 - Type: System.Linq.ExpressionsExpressionFuncTDestination, Object
Lambda expression specifying the field to filter on. 
Return Value
Type: 
IPathEdgeParserTSource, 
TDestinationThis instance to allow for method chaining.
See Also