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