Click or drag to resize
PrefetchPathExpression Constructor (Type, ReadOnlyCollectionExpression)
Initializes a new instance of the PrefetchPathExpression 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 PrefetchPathExpression(
	Type rootNodeType,
	ReadOnlyCollection<Expression> rootEdges
)

Parameters

rootNodeType
Type: SystemType
Type of the root node.
rootEdges
Type: System.Collections.ObjectModelReadOnlyCollectionExpression
The root edges.
See Also