FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Filter::ComparisonCondition::ComparisonCondition ( OSGeo::FDO::Expression::Expression leftExpression,
OSGeo::FDO::Filter::ComparisonOperations  operation,
OSGeo::FDO::Expression::Expression rightExpression 
)

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 ComparisonCondition


Comments or suggestions? Send us feedback.