Click or drag to resize
ExpressionDefinition Constructor (IExpression, 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.0.0.0 (5.0.0)
Syntax
public ExpressionDefinition(
	IExpression expression,
	string resultAlias
)

Parameters

expression
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression.
resultAlias
Type: SystemString
The result alias.
See Also