1 write to indexmap
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
131indexmap = new int[resultSet.MetaData.Length];
3 references to indexmap
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (3)
132for(int i = 0; i < indexmap.Length; i++) { 133indexmap[i] = i; 141return indexmap;