| ExpressionExtensionMethods Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The ExpressionExtensionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Creates a new expression: leftoperand + rightoperand
| |
| And |
Creates a new expression: leftoperand AND rightoperand
| |
| As(IExpression, String) |
Specifies the specified alias on the expression specified.
| |
| As(ScalarQueryExpression, String) |
Specifies the specified alias on the expression specified.
| |
| BitwiseAnd |
Creates a new expression: leftoperand BitwiseAnd rightoperand
| |
| BitwiseOr |
Creates a new expression: leftoperand BitwiseOr rightoperand
| |
| BitwiseXor |
Creates a new expression: leftoperand BitwiseXor rightoperand
| |
| CastToTResult(IExpression) |
Specifies the result type of the expression to be TResult
| |
| CastToTResult(ScalarQueryExpression) |
Specifies the result type of the expression to be TResult
| |
| Div |
Creates a new expression: leftoperand / rightoperand
| |
| Mod |
Creates a new expression: leftoperand MOD rightoperand
| |
| Mul |
Creates a new expression: leftoperand * rightoperand
| |
| Or |
Creates a new expression: leftoperand Or rightoperand
| |
| Sub |
Creates a new expression: leftoperand - rightoperand
| |
| ToValueTValue(ExpressionDefinition) |
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the result of the passed in expression.
| |
| ToValueTValue(IExpression) |
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the result of the passed in expression.
|