Click or drag to resize

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

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public PathEdge(
	IPrefetchPathElementCore pathElement,
	Expression<Func<TEndNode, bool>> filterLambda,
	ISortExpression sorter,
	int limiter,
	ExcludeIncludeFieldsList fieldsToExcludeInclude,
	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.
sorter
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The sorter.
limiter
Type: System.Int32
The limiter.
fieldsToExcludeInclude
Type: SD.LLBLGen.Pro.ORMSupportClasses.ExcludeIncludeFieldsList
The fields to exclude include.
childEdges
Type:SD.LLBLGen.Pro.LinqSupportClasses.IPathEdge[]
The child edges.
See Also