Click or drag to resize
BinaryOperator Enumeration

Note: This API is now obsolete.

Represents the relational query operator equavalent.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")]
public enum BinaryOperator
Members
  Member nameValueDescription
Equal0 Eqavalent of "=="
GreaterThan1 Eqavalent of ">"
LessThan2 Eqavalent of <
GreaterThanEqual3 Eqavalent of ">="
LessThanEqual4 Eqavalent of <=
NotEqual5 Eqavalent of "!="
Contains6 Defines the Contains operation in expression.
Not7
NotApplicable8 Default value for first where clause item
See Also