FDO API Reference Feature Data Objects

enum BinaryLogicalOperations
 

The FdoBinaryLogicalOperations enumeration lists the binary logical operations available.

Parameters:
FdoBinaryLogicalOperations_And Perform a logical And between the two filters
FdoBinaryLogicalOperations_Or Perform a logical Or between the two filters
.

Enumerator:
BinaryLogicalOperations_And  Perform a logical And between the two filters.
BinaryLogicalOperations_Or  Perform a logical Or between the two filters.

Comments or suggestions? Send us feedback.