5 references to Compare
System.Data.Common (5)
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
110
return _table.
Compare
(valueNo1.Value, valueNo2.Value);
System\Data\Common\StringStorage.cs (2)
97
return _table.
Compare
(valueNo1, valueNo2);
121
return _table.
Compare
(valueNo1, (string)value);
System\Data\Filter\BinaryNode.cs (2)
235
return table!.
Compare
(vLeft.ToString()!, vRight.ToString()!);
1580
return (0 == table!.
Compare
(s1, substring));