1 write to _table
System.Data.Common (1)
System\Data\Common\DataStorage.cs (1)
144_table = column.Table!;
4 references to _table
System.Data.Common (4)
System\Data\Common\DataStorage.cs (1)
167return _table.FormatProvider;
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
110return _table.Compare(valueNo1.Value, valueNo2.Value);
System\Data\Common\StringStorage.cs (2)
97return _table.Compare(valueNo1, valueNo2); 121return _table.Compare(valueNo1, (string)value);