1 write to _currentRowLength
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1052
_currentRowLength
= _currentRow.ItemArray.Length;
1 reference to _currentRowLength
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
936
Debug.Assert(sourceOrdinal <
_currentRowLength
, "inconsistency of length of rows from rowsource!");