4 writes to _DbDataReaderRowSource
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (4)
1477
_DbDataReaderRowSource
= reader;
1511
_DbDataReaderRowSource
= _rowSource as DbDataReader;
1662
_DbDataReaderRowSource
= reader;
1694
_DbDataReaderRowSource
= _rowSource as DbDataReader;
7 references to _DbDataReaderRowSource
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (7)
843
if (
_DbDataReaderRowSource
.IsDBNull(sourceOrdinal)) {
855
return new StreamDataFeed(
_DbDataReaderRowSource
.GetStream(sourceOrdinal));
857
return new TextDataFeed(
_DbDataReaderRowSource
.GetTextReader(sourceOrdinal));
866
object columnValue =
_DbDataReaderRowSource
.GetValue(sourceOrdinal);
1002
if (_isAsyncBulkCopy && (
_DbDataReaderRowSource
!= null)) {
1004
return
_DbDataReaderRowSource
.ReadAsync(cts).ContinueWith((t) => {
1132
else if (
_DbDataReaderRowSource
!= null) {