Click or drag to resize

PathEdge<TEndNode> Constructor (IPrefetchPathElementCore, Expression<Func<TEndNode, Boolean>>, Int32,IPathEdge[])

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

Parameters

pathElement
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElementCore
The path element.
filterLambda
Type: System.Linq.Expressions.Expression<Func<TEndNode, Boolean>>
The filter lambda.
limiter
Type: System.Int32
The limiter.
childEdges
Type:SD.LLBLGen.Pro.LinqSupportClasses.IPathEdge[]
The child edges.
See Also