Click or drag to resize
FdoBinaryLogicalOperation Enumeration
Binary logical operation.

Namespace: FDF.Common.Features.Filters
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public enum FdoBinaryLogicalOperation
Members
  Member nameValueDescription
And0Evaluates to True if both arguments are True.
Or1Evaluates to True if any argument is True.
Remarks