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.3.0.0 (5.3.0)
Syntax
public ProjectionLambdaTransformer(
	IElementCreatorCore creator
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator. Can be null, but the processing then must not rely on creating field objects.
See Also