Click or drag to resize
PathElementCreator Constructor
Initializes a new instance of the PathElementCreator class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PathElementCreator(
	IElementCreatorCore elementCreator,
	Type destinationType,
	Type sourceType,
	string propertyName
)

Parameters

elementCreator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The element creator.
destinationType
Type: SystemType
Type of the destination.
sourceType
Type: SystemType
Type of the source.
propertyName
Type: SystemString
Name of the property.
See Also