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)
167
return
_table
.FormatProvider;
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);