2 references to BinaryCompare
System.Data.Common (2)
System\Data\Filter\BinaryNode.cs (1)
163return BinaryCompare(vLeft, vRight, resultType, op, null);
System\Data\Select.cs (1)
700c = expr.BinaryCompare(vLeft, vRight, resultType, expr._op, comparer);