FieldExtensionMethods Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The FieldExtensionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Creates a new expression: leftoperand + rightoperand
| |
| And |
Creates a new expression: leftoperand AND rightoperand
| |
| As(IEntityField, String) |
Specifies the field alias on the field, returning the field.
| |
| As(IEntityField2, String) |
Specifies the field alias on the field, returning the field.
| |
| As(IEntityFieldCore, String) |
Specifies the field alias on the field, returning the field.
| |
| 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 |
Specifies the result type of the field 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
| |
| SourceTField |
Specifies the object alias (source) of the field, returning the field.
| |
| Sub |
Creates a new expression: leftoperand - rightoperand
| |
| ToValueTValue(IEntityFieldCore) |
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 field.
| |
| ToValueTValue(IEntityFieldCore, Int32) |
Placeholder method which is used in a generated lambda from a call to Select<T>>(fields) to specify the type of the result of the passed in field and as well the
ordinal the source field has in the actual projection of the query.
|