1 write to _currentRow
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1047
_currentRow
= (DataRow)_rowEnumerator.Current;
4 references to _currentRow
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (4)
935
Debug.Assert(
_currentRow
!= null, "uninitialized _currentRow");
939
object currentRowValue =
_currentRow
[sourceOrdinal];
1048
} while ((
_currentRow
.RowState & _rowStateToSkip) != 0); // repeat if there is an unexpected rowstate
1052
_currentRowLength =
_currentRow
.ItemArray.Length;