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)
842
if (
_currentRowMetadata
[destRowIndex].IsDataFeed) {
853
switch (
_currentRowMetadata
[destRowIndex].Method) {
864
Debug.Assert(false, string.Format("Current column is marked as being a DataFeed, but no DataFeed compatible method was provided. Method: {0}",
_currentRowMetadata
[destRowIndex].Method));
874
if (
_currentRowMetadata
[destRowIndex].IsSqlType) {
878
switch (
_currentRowMetadata
[destRowIndex].Method) {
889
Debug.Assert(false, string.Format("Current column is marked as being a SqlType, but no SqlType compatible method was provided. Method: {0}",
_currentRowMetadata
[destRowIndex].Method));
943
if ((!isNull) && (
_currentRowMetadata
[destRowIndex].IsSqlType)) {
944
switch (
_currentRowMetadata
[destRowIndex].Method) {
981
Debug.Assert(false, string.Format("Current column is marked as being a SqlType, but no SqlType compatible method was provided. Method: {0}",
_currentRowMetadata
[destRowIndex].Method));
2471
for (int i = 0; i <
_currentRowMetadata
.Length; i++) {
2472
_currentRowMetadata
[i] = GetColumnMetadata(i);