Click or drag to resize
PathEdgeExpression Constructor (IPrefetchPathElementCore, Expression, ISortExpression, Int32, ReadOnlyCollectionExpression, Type, ExcludeIncludeFieldsList, ReadOnlyCollectionExpression, Boolean)
Initializes a new instance of the PathEdgeExpression class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PathEdgeExpression(
	IPrefetchPathElementCore pathElement,
	Expression filterLambda,
	ISortExpression sorter,
	int limiter,
	ReadOnlyCollection<Expression> childEdges,
	Type endNodeType,
	ExcludeIncludeFieldsList fieldsToExcludeInclude,
	ReadOnlyCollection<Expression> sortClauseExpressions,
	bool noCaching
)

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