1 instantiation of SourceColumnMetadata
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1157
return new
SourceColumnMetadata
(method, isSqlType, isDataFeed);
3 references to SourceColumnMetadata
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (3)
264
private
SourceColumnMetadata
[] _currentRowMetadata;
1061
private
SourceColumnMetadata
GetColumnMetadata(int ordinal) {
2470
_currentRowMetadata = new
SourceColumnMetadata
[_sortedColumnMappings.Count];