PreProcessorHandleUnaryConvertExpression Method |
Handles the unary convert expression.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected override Expression HandleUnaryConvertExpression(
UnaryExpression expressionToHandle
)
Protected Overrides 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