ExpressionDefinition Constructor (IExpression, Type, String) |
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public ExpressionDefinition(
IExpression expression,
Type resultType,
string resultAlias
)
Public Sub New (
expression As IExpression,
resultType As Type,
resultAlias As String
)
Parameters
- expression
- Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression. - resultType
- Type: SystemType
Type of the result. - resultAlias
- Type: SystemString
The result alias.
See Also