EntityField2Inequality Operator |
Name | Description | |
---|---|---|
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.
|