| PathEdgeTEndNode Constructor (IPrefetchPathElementCore, ExpressionFuncTEndNode, Boolean, ISortExpression, Int32, ExcludeIncludeFieldsList, IPathEdge) | 
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic PathEdge(
	IPrefetchPathElementCore pathElement,
	Expression<Func<TEndNode, bool>> filterLambda,
	ISortExpression sorter,
	int limiter,
	ExcludeIncludeFieldsList fieldsToExcludeInclude,
	params IPathEdge[] childEdges
)
Public Sub New ( 
	pathElement As IPrefetchPathElementCore,
	filterLambda As Expression(Of Func(Of TEndNode, Boolean)),
	sorter As ISortExpression,
	limiter As Integer,
	fieldsToExcludeInclude As ExcludeIncludeFieldsList,
	ParamArray childEdges As IPathEdge()
)
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. - fieldsToExcludeInclude
 - Type: SD.LLBLGen.Pro.ORMSupportClassesExcludeIncludeFieldsList
The fields to exclude include. - childEdges
 - Type: SD.LLBLGen.Pro.LinqSupportClassesIPathEdge
The child edges. 
See Also