GenericExpressionHandlerHandleUnaryConvertExpression Method |
Handles the unary convert expression.
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 protected virtual Expression HandleUnaryConvertExpression(
UnaryExpression expressionToHandle
)
Protected Overridable Function HandleUnaryConvertExpression (
expressionToHandle As UnaryExpression
) As Expression
Parameters
- expressionToHandle
- Type: System.Linq.ExpressionsUnaryExpression
The expression to handle.
Return Value
Type:
Expression
Expression which represents the interpreted unary convert expression in LLBLGen Pro form
See Also