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