FDO API Reference Feature Data Objects

static FDO_API FdoComparisonCondition* FdoComparisonCondition::Create FdoExpression leftExpression,
FdoComparisonOperations  operation,
FdoExpression rightExpression
[static]
 

Constructs an instance of a ComparisonCondition using the specified arguments.

Parameters:
leftExpression Input the expression that defines the left side of the comparison
operation Input the operation to be used to compare the two expressions
rightExpression Input the expression that defines the right side of the comparison
Returns:
Returns FdoComparisonCondition

Comments or suggestions? Send us feedback.