hibernating-rhinos / rhino-etl

Developer friendly ETL Library for .NET
http://hibernatingrhinos.com/open-source/rhino-etl
BSD 3-Clause "New" or "Revised" License
173 stars 53 forks source link

Update SqlBulkInsertOperation to use NotifyBatchSize instead of notifyBa... #7

Closed dalenewman closed 11 years ago

dalenewman commented 11 years ago

For your consideration: Use the NotifyBatchSize property instead of private variable notifyBatchSize so that it falls back on batchSize if notifyBatchSize isn't provided. This is so OnSqlRowsCopied works correctly if only batchSize is available.

nathanpalmer commented 11 years ago

Thanks!