Click or drag to resize
PrefetchPathExpression Constructor (Type, IPrefetchPathCore)
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,
	IPrefetchPathCore path
)

Parameters

rootNodeType
Type: SystemType
Type of the root node.
path
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathCore
The path.
See Also