ProjectionExpression Constructor (Type, LambdaExpression) | 
  
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic 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