FDO API Reference Feature Data Objects
static FDO_API FdoBinaryLogicalOperator* FdoBinaryLogicalOperator::Create ( FdoFilter leftOperand,
FdoBinaryLogicalOperations  operation,
FdoFilter rightOperand 
) [static]

Constructs an instance of an FdoBinaryLogicalOperator using the specified arguments.

Parameters:
leftOperand Input left hand operand
operation Input operator
rightOperand Input right hand operand
Returns:
Returns FdoBinaryLogicalOperator


Comments or suggestions? Send us feedback.