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