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