1 write to _currentRowMetadata
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
2470_currentRowMetadata = new SourceColumnMetadata[_sortedColumnMappings.Count];
11 references to _currentRowMetadata
System.Data (11)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (11)
842if (_currentRowMetadata[destRowIndex].IsDataFeed) { 853switch (_currentRowMetadata[destRowIndex].Method) { 864Debug.Assert(false, string.Format("Current column is marked as being a DataFeed, but no DataFeed compatible method was provided. Method: {0}", _currentRowMetadata[destRowIndex].Method)); 874if (_currentRowMetadata[destRowIndex].IsSqlType) { 878switch (_currentRowMetadata[destRowIndex].Method) { 889Debug.Assert(false, string.Format("Current column is marked as being a SqlType, but no SqlType compatible method was provided. Method: {0}", _currentRowMetadata[destRowIndex].Method)); 943if ((!isNull) && (_currentRowMetadata[destRowIndex].IsSqlType)) { 944switch (_currentRowMetadata[destRowIndex].Method) { 981Debug.Assert(false, string.Format("Current column is marked as being a SqlType, but no SqlType compatible method was provided. Method: {0}", _currentRowMetadata[destRowIndex].Method)); 2471for (int i = 0; i < _currentRowMetadata.Length; i++) { 2472_currentRowMetadata[i] = GetColumnMetadata(i);