Click or drag to resize
LogicalOperator Enumeration

Note: This API is now obsolete.

Type of operator used in where clause.

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 LogicalOperator
Members
  Member nameValueDescription
None0 Used for first item in where entry
And1 Used for &&
Or2 Used for ||
See Also