| ExpressionDefinition Constructor (IExpression, Type, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic 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