PathEdgeExpression Constructor (IPrefetchPathElementCore, Expression, ISortExpression, Int32, ReadOnlyCollectionExpression, Type, ExcludeIncludeFieldsList, ReadOnlyCollectionExpression, Boolean) | 
  
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic PathEdgeExpression(
	IPrefetchPathElementCore pathElement,
	Expression filterLambda,
	ISortExpression sorter,
	int limiter,
	ReadOnlyCollection<Expression> childEdges,
	Type endNodeType,
	ExcludeIncludeFieldsList fieldsToExcludeInclude,
	ReadOnlyCollection<Expression> sortClauseExpressions,
	bool noCaching
)
Public Sub New ( 
	pathElement As IPrefetchPathElementCore,
	filterLambda As Expression,
	sorter As ISortExpression,
	limiter As Integer,
	childEdges As ReadOnlyCollection(Of Expression),
	endNodeType As Type,
	fieldsToExcludeInclude As ExcludeIncludeFieldsList,
	sortClauseExpressions As ReadOnlyCollection(Of Expression),
	noCaching As Boolean
)
Parameters
- pathElement
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
The path element. - filterLambda
 - Type: System.Linq.ExpressionsExpression
The filter lambda. - sorter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter. - limiter
 - Type: SystemInt32
The limiter. - childEdges
 - Type: System.Collections.ObjectModelReadOnlyCollectionExpression
The child edges. - endNodeType
 - Type: SystemType
End type of the node. - fieldsToExcludeInclude
 - Type: SD.LLBLGen.Pro.ORMSupportClassesExcludeIncludeFieldsList
The fields to exclude include. - sortClauseExpressions
 - Type: System.Collections.ObjectModelReadOnlyCollectionExpression
The sort clause expressions. - noCaching
 - Type: SystemBoolean
if set to true [no caching]. 
See Also