Click or drag to resize
ValueListProjectionDefinitionAddProjectionListToProjection Method
Adds the elements in the passed in ProjectionListExpression to this projection.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddProjectionListToProjection(
	ProjectionListExpression toAdd,
	ITemplateGroupSpecificCreator frameworkElementCreator,
	IElementCreatorCore generatedCodeElementCreator,
	MappingTracker trackedMappings
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesProjectionListExpression
To add.
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClassesITemplateGroupSpecificCreator
The framework element creator.
generatedCodeElementCreator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator.
trackedMappings
Type: SD.LLBLGen.Pro.LinqSupportClassesMappingTracker
The tracked mappings.
See Also