Click or drag to resize
ProjectionExpression Constructor (Type, LambdaExpression)
Initializes a new instance of the ProjectionExpression class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ProjectionExpression(
	Type projectionResultType,
	LambdaExpression projectionLambda
)

Parameters

projectionResultType
Type: SystemType
Type of the projection result.
projectionLambda
Type: System.Linq.ExpressionsLambdaExpression
The projection lambda.
See Also