ProjectionExpression Constructor (Type, LambdaExpression) |
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public ProjectionExpression(
Type projectionResultType,
LambdaExpression projectionLambda
)
Public Sub New (
projectionResultType As Type,
projectionLambda As LambdaExpression
)
Parameters
- projectionResultType
- Type: SystemType
Type of the projection result. - projectionLambda
- Type: System.Linq.ExpressionsLambdaExpression
The projection lambda.
See Also