public void BulkInsert(ITableData data, string tableName)
 => SqlConnectionManager.BulkInsert(data, tableName);
Exemple #2
0
 public void BulkInsert(IDataReader data, IColumnMappingCollection columnMapping, string tableName)
 => SqlConnectionManager.BulkInsert(data, columnMapping, tableName);