| FDO API Reference | Feature Data Objects |
#include <ComparisonCondition.h>
Inherits FdoSearchCondition.
Inheritance diagram for FdoComparisonCondition:

Definition at line 34 of file ComparisonCondition.h.
Public Member Functions | |
| FDO_API FdoExpression * | GetLeftExpression () |
| Gets the expression that defines the left side of the comparison. | |
| FDO_API FdoComparisonOperations | GetOperation () |
| Gets the operation to be used to compare the two expressions. | |
| FDO_API FdoExpression * | GetRightExpression () |
| Gets the expression that defines the right side of the comparison. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoComparisonCondition to the appropriate filter processor operation. | |
| FDO_API void | SetLeftExpression (FdoExpression *value) |
| Sets the expression that defines the left side of the comparison. | |
| FDO_API void | SetOperation (FdoComparisonOperations operation) |
| Sets the operation to be used to compare the two expressions. | |
| FDO_API void | SetRightExpression (FdoExpression *value) |
| Sets the expression that defines the right side of the comparison. | |
Static Public Member Functions | |
| static FDO_API FdoComparisonCondition * | Create (FdoExpression *leftExpression, FdoComparisonOperations operation, FdoExpression *rightExpression) |
| Constructs an instance of a ComparisonCondition using the specified arguments. | |
| static FDO_API FdoComparisonCondition * | Create () |
| Constructs a default instance of an FdoComparisonCondition. | |
| Comments or suggestions? Send us feedback. |