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