Click or drag to resize
SelectExpression Constructor (Type, ExpressionType)
Initializes a new instance of the SelectExpression 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
protected SelectExpression(
	Type setElementType,
	ExpressionType typeOfExpression
)

Parameters

setElementType
Type: SystemType
Type of the set element.
typeOfExpression
Type: System.Linq.ExpressionsExpressionType
The type of expression.
See Also