QueryExpressionCoercerHandleEntityExpression Method |
Handles the entity expression.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax protected override Expression HandleEntityExpression(
EntityExpression expressionToHandle
)
Protected Overrides Function HandleEntityExpression (
expressionToHandle As EntityExpression
) As Expression
Parameters
- expressionToHandle
- Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesEntityExpression
The expression to handle.
Return Value
Type:
ExpressionQueryExpression, where the entity expression is simply converted into a QueryExpression
See Also