FDO API Reference Feature Data Objects

ComparisonOperations.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoComparisonOperations {
  FdoComparisonOperations_EqualTo, FdoComparisonOperations_NotEqualTo, FdoComparisonOperations_GreaterThan, FdoComparisonOperations_GreaterThanOrEqualTo,
  FdoComparisonOperations_LessThan, FdoComparisonOperations_LessThanOrEqualTo, FdoComparisonOperations_Like
}
 The FdoComparisonOperations enumeration lists the comparison operations available.
Parameters:
FdoComparisonOperations_EqualTo Test to see if the left and right expressions are equal
FdoComparisonOperations_NotEqualTo Test to see if the left and right expressions are not equal
FdoComparisonOperations_GreaterThan Test to see if the left expression is greater than the right expression
FdoComparisonOperations_GreaterThanOrEqualTo Test to see if the left expression is greater than or equal to the right expression
FdoComparisonOperations_LessThan Test to see if the left expression is less than the right expression
FdoComparisonOperations_LessThanOrEqualTo Test to see if the left expression is less than or equal to the right expression
FdoComparisonOperations_Like Test to see if the left expression matches the pattern specified by the right expression. Wildcard characters supported in the pattern are:.
More...

Comments or suggestions? Send us feedback.