9 references to table
System.Data.Common (9)
System\Data\Filter\BinaryNode.cs (7)
129
return new ConstNode(
table
!, ValueType.Object, val, false);
198
return
table
!.Compare(Convert.ToString(vLeft, FormatProvider)!, Convert.ToString(vRight, FormatProvider)!, comparer);
235
return
table
!.Compare(vLeft.ToString()!, vRight.ToString()!);
1580
return (0 ==
table
!.Compare(s1, substring));
1582
return (0 <=
table
!.IndexOf(s1, substring));
1584
return (0 ==
table
!.IndexOf(s1, substring));
1587
return
table
!.IsSuffix(s1, s2);
System\Data\Filter\FunctionNode.cs (1)
273
return new ConstNode(
table
, ValueType.Object, Eval(), false);
System\Data\Filter\UnaryNode.cs (1)
187
return new ConstNode(
table
, ValueType.Object, val, false);