ExpressionReplacer Constructor  | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic ExpressionReplacer(
	Dictionary<Expression, Expression> fromToSet,
	IElementCreatorCore generatedCodeElementCreator,
	ITemplateGroupSpecificCreator frameworkElementCreator,
	MappingTracker trackedMappings,
	FunctionMappingsContainer functionMappings
)
Public Sub New ( 
	fromToSet As Dictionary(Of Expression, Expression),
	generatedCodeElementCreator As IElementCreatorCore,
	frameworkElementCreator As ITemplateGroupSpecificCreator,
	trackedMappings As MappingTracker,
	functionMappings As FunctionMappingsContainer
)
Parameters
- fromToSet
 - Type: System.Collections.GenericDictionaryExpression, Expression
From to set. - generatedCodeElementCreator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator. - frameworkElementCreator
 - Type: SD.LLBLGen.Pro.LinqSupportClassesITemplateGroupSpecificCreator
The framework element creator. - trackedMappings
 - Type: SD.LLBLGen.Pro.LinqSupportClassesMappingTracker
The tracked mappings. - functionMappings
 - Type: SD.LLBLGen.Pro.LinqSupportClassesFunctionMappingsContainer
The function mappings. 
See Also