FDO API Reference Feature Data Objects

enum FdoBinaryOperations
 

The FdoBinaryOperations enumeration lists the binary expression operations available.

Parameters:
FdoBinaryOperations_Add Add the two expressions or concatenate two string expressions
FdoBinaryOperations_Subtract Subtract the two expressions
FdoBinaryOperations_Multiply Multiply the two expressions
FdoBinaryOperations_Divide Divide the two expressions
.

Enumerator:
FdoBinaryOperations_Add 
FdoBinaryOperations_Subtract 
FdoBinaryOperations_Multiply 
FdoBinaryOperations_Divide 

Definition at line 41 of file BinaryOperations.h.


Comments or suggestions? Send us feedback.