PathElementCreator Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic PathElementCreator(
	IElementCreatorCore elementCreator,
	Type destinationType,
	Type sourceType,
	string propertyName
)
Public Sub New ( 
	elementCreator As IElementCreatorCore,
	destinationType As Type,
	sourceType As Type,
	propertyName As String
)
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