EntityField2 Operators |
The EntityField2 type exposes the following members.
Name | Description | |
---|---|---|
Addition(Object, EntityField2) |
Operator overload for the '+' operator to produce an Expression which represents value + field
| |
Addition(EntityField2, EntityField2) |
Operator overload for the '+' operator to produce an Expression which represents field + field2
| |
Addition(EntityField2, EntityProperty) |
Operator overload for the '+' operator to produce an Expression which represents field + property
| |
Addition(EntityField2, Expression) |
Operator overload for the '+' operator to produce an Expression which represents field + expression
| |
Addition(EntityField2, Object) |
Operator overload for the '+' operator to produce an Expression which represents field + value
| |
Addition(Expression, EntityField2) |
Operator overload for the '+' operator to produce an Expression which represents expression + field
| |
BitwiseOr |
Operator overload for the '|' operator to concatenate sortoperators to a field
| |
Division(Object, EntityField2) |
Operator overload for the '/' operator to produce an Expression which represents value / field
| |
Division(EntityField2, EntityField2) |
Operator overload for the '/' operator to produce an Expression which represents field / field2
| |
Division(EntityField2, EntityProperty) |
Operator overload for the '/' operator to produce an Expression which represents field / property
| |
Division(EntityField2, Expression) |
Operator overload for the '/' operator to produce an Expression which represents field / expression
| |
Division(EntityField2, Object) |
Operator overload for the '/' operator to produce an Expression which represents field / value
| |
Division(Expression, EntityField2) |
Operator overload for the '/' operator to produce an Expression which represents expression / field
| |
Equality(EntityField2, EntityField2) |
Operator overload for the '==' operator to produce a FieldCompareExpressionPredicate to represent leftOperand == rigthOperand
| |
Equality(EntityField2, EntityProperty) |
Operator overload for the '==' operator to produce a FieldCompareExpressionPredicate to represent leftOperand == rigthOperand
| |
Equality(EntityField2, IExpression) |
Operator overload for the '==' operator to produce a FieldCompareExpression predicate.
| |
Equality(EntityField2, IList) |
Operator overload for the '==' operator to produce a FieldCompareRangePredicate.
| |
Equality(EntityField2, Object) |
Operator overload for the '==' operator to produce a FieldCompareValue/Null predicate.
| |
GreaterThan(EntityField2, EntityField2) |
Operator overload for the '>' operator to produce a FieldCompareExpressionPredicate to represent leftOperand > rigthOperand
| |
GreaterThan(EntityField2, EntityProperty) |
Operator overload for the '>' operator to produce a FieldCompareExpressionPredicate to represent leftOperand > rigthOperand
| |
GreaterThan(EntityField2, IExpression) |
Operator overload for the '>' operator to produce a FieldCompareExpression predicate.
| |
GreaterThan(EntityField2, Object) |
Operator overload for the '>' operator to produce a FieldCompareValuePredicate.
| |
GreaterThanOrEqual(EntityField2, EntityField2) |
Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
| |
GreaterThanOrEqual(EntityField2, EntityProperty) |
Operator overload for the '>=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand >= rigthOperand
| |
GreaterThanOrEqual(EntityField2, IExpression) |
Operator overload for the '>=' operator to produce a FieldCompareExpression predicate.
| |
GreaterThanOrEqual(EntityField2, Object) |
Operator overload for the '>=' operator to produce a FieldCompareValuePredicate.
| |
Inequality(EntityField2, EntityField2) |
Operator overload for the '!=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand != rigthOperand
| |
Inequality(EntityField2, EntityProperty) |
Operator overload for the '!=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand != rigthOperand
| |
Inequality(EntityField2, IExpression) |
Operator overload for the '!=' operator to produce a FieldCompareExpression predicate.
| |
Inequality(EntityField2, IList) |
Operator overload for the '!=' operator to produce a FieldCompareRangePredicate.
| |
Inequality(EntityField2, Object) |
Operator overload for the '!=' operator to produce a FieldCompareValue/Null predicate.
| |
LessThan(EntityField2, EntityField2) |
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
| |
LessThan(EntityField2, EntityProperty) |
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
| |
LessThan(EntityField2, IExpression) |
Operator overload for the '<' operator to produce a FieldCompareExpression predicate.
| |
LessThan(EntityField2, Object) |
Operator overload for the '<' operator to produce a FieldCompareValuePredicate.
| |
LessThanOrEqual(EntityField2, EntityField2) |
Operator overload for the '<=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand <= rigthOperand
| |
LessThanOrEqual(EntityField2, EntityProperty) |
Operator overload for the '<=' operator to produce a FieldCompareExpressionPredicate to represent leftOperand <= rigthOperand
| |
LessThanOrEqual(EntityField2, IExpression) |
Operator overload for the '<=' operator to produce a FieldCompareExpression predicate.
| |
LessThanOrEqual(EntityField2, Object) |
Operator overload for the '<=' operator to produce a FieldCompareValuePredicate.
| |
Modulus |
Operator overload for the '%' operator to produce a FieldLikePredicate.
| |
Multiply(Object, EntityField2) |
Operator overload for the '*' operator to produce an Expression which represents value * field
| |
Multiply(EntityField2, EntityField2) |
Operator overload for the '*' operator to produce an Expression which represents field * field2
| |
Multiply(EntityField2, EntityProperty) |
Operator overload for the '*' operator to produce an Expression which represents field * property
| |
Multiply(EntityField2, Expression) |
Operator overload for the '*' operator to produce an Expression which represents field * expression
| |
Multiply(EntityField2, Object) |
Operator overload for the '*' operator to produce an Expression which represents field * value
| |
Multiply(Expression, EntityField2) |
Operator overload for the '*' operator to produce an Expression which represents expression * field
| |
Subtraction(Object, EntityField2) |
Operator overload for the '-' operator to produce an Expression which represents value - field
| |
Subtraction(EntityField2, EntityField2) |
Operator overload for the '-' operator to produce an Expression which represents field - field2
| |
Subtraction(EntityField2, EntityProperty) |
Operator overload for the '-' operator to produce an Expression which represents field - property
| |
Subtraction(EntityField2, Expression) |
Operator overload for the '-' operator to produce an Expression which represents field - expression
| |
Subtraction(EntityField2, Object) |
Operator overload for the '-' operator to produce an Expression which represents field - value
| |
Subtraction(Expression, EntityField2) |
Operator overload for the '-' operator to produce an Expression which represents expression - field
|