Click or drag to resize
PathEdgeTEndNode Constructor (IPrefetchPathElementCore, ExpressionFuncTEndNode, Boolean, ISortExpression, Int32, IPathEdge)

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PathEdge(
	IPrefetchPathElementCore pathElement,
	Expression<Func<TEndNode, bool>> filterLambda,
	ISortExpression sorter,
	int limiter,
	params IPathEdge[] childEdges
)

Parameters

pathElement
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
The path element.
filterLambda
Type: System.Linq.ExpressionsExpressionFuncTEndNode, Boolean
The filter lambda.
sorter
Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter.
limiter
Type: SystemInt32
The limiter.
childEdges
Type: SD.LLBLGen.Pro.LinqSupportClassesIPathEdge
The child edges.
See Also