Click or drag to resize
ExpressionDefinition Constructor (IExpression, Type, String)
Initializes a new instance of the ExpressionDefinition 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 ExpressionDefinition(
	IExpression expression,
	Type resultType,
	string resultAlias
)

Parameters

expression
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression.
resultType
Type: SystemType
Type of the result.
resultAlias
Type: SystemString
The result alias.
See Also