Click or drag to resize

DerivedTableFieldInjector Constructor

Initializes a new instance of the DerivedTableFieldInjector class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public DerivedTableFieldInjector(
	IElementCreatorCore generatedCodeElementCreator,
	ITemplateGroupSpecificCreator frameworkElementCreator,
	MappingTracker trackedMappings,
	FunctionMappingsContainer functionMappings,
	SetAlias aliasToTarget,
	Dictionary<Expression, string> elementsToName
)

Parameters

generatedCodeElementCreator
Type: SD.LLBLGen.Pro.ORMSupportClasses.IElementCreatorCore
The generated code element creator.
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClasses.ITemplateGroupSpecificCreator
The framework element creator.
trackedMappings
Type: SD.LLBLGen.Pro.LinqSupportClasses.MappingTracker
The tracked mappings.
functionMappings
Type: SD.LLBLGen.Pro.LinqSupportClasses.FunctionMappingsContainer
The function mappings.
aliasToTarget
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
The alias to target.
elementsToName
Type: System.Collections.Generic.Dictionary<Expression, String>
dictionary of elements per name which have to be replaced by derivedtable fields..
See Also