2 writes to
System.Data.Common (2)
System\Data\DataRowExtensions.cs (1)
116
row
[
columnIndex] = (object?)value ?? DBNull.Value;
System\Data\ProviderBase\SchemaMapping.cs (1)
224
dataRow
[
i] = m;
4 references to
System.Data.Common (4)
System\Data\DataRowComparer.cs (2)
163
if (!DataRowComparer.AreEqual(leftRow
[
i], rightRow
[
i]))
System\Data\DataRowExtensions.cs (1)
56
return UnboxT<T>.s_unbox(row
[
columnIndex]);
System\Data\DataTableReader.cs (1)
256
return _currentDataRow
[
ordinal];