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