2 writes to
System.Data (1)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
197
dataRow
[
i] = mapped[i];
System.Data.DataSetExtensions (1)
System\Data\DataRowExtensions.cs (1)
161
row
[
columnIndex] = (object)value ?? DBNull.Value;
27 references to
System.Data (20)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
3660
object cellValue = row
[
i];
fx\src\data\System\Data\DataTableReader.cs (16)
252
return currentDataRow
[
ordinal];
303
return (bool) currentDataRow
[
ordinal];
315
return (byte) currentDataRow
[
ordinal];
328
tempBuffer = (byte[]) currentDataRow
[
ordinal];
363
return (char) currentDataRow
[
ordinal];
376
tempBuffer = (char[]) currentDataRow
[
ordinal];
418
return (DateTime) currentDataRow
[
ordinal];
430
return (Decimal) currentDataRow
[
ordinal];
442
return (double) currentDataRow
[
ordinal];
466
return (Single) currentDataRow
[
ordinal];
478
return (Guid) currentDataRow
[
ordinal];
490
return (Int16) currentDataRow
[
ordinal];
502
return (Int32) currentDataRow
[
ordinal];
514
return (Int64) currentDataRow
[
ordinal];
551
return (string) currentDataRow
[
ordinal];
564
return currentDataRow
[
ordinal];
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
939
object currentRowValue = _currentRow
[
sourceOrdinal];
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
1290
columnOrdinal = (int) row
[
ordinalForColumnOrdinal];
1321
if (!row.IsNull(ordinalForIsKey) && (bool)row
[
ordinalForIsKey]) {
System.Data.DataSetExtensions (3)
System\Data\DataRowComparer.cs (2)
180
if (!DataRowComparer.AreEqual(leftRow
[
i], rightRow
[
i]))
System\Data\DataRowExtensions.cs (1)
75
return UnboxT<T>.Unbox(row
[
columnIndex]);
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (2)
1844
var assemblyQualifiedTypeName = (string)row
[
AssemblyQualifiedNameIndex];
1872
invariantName = (string)row
[
InvariantNameIndex];
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1184
result = dataRow
[
columnIndex];
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1184
result = dataRow
[
columnIndex];