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

Namespace: SD.LLBLGen.Pro.QuerySpec
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public ProjectionLambdaTransformer(
	IElementCreatorCore creator
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator.
See Also