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 54 forks source link

Prepare the database before loading rows #35

Open draphyz opened 6 years ago

draphyz commented 6 years ago

Adds a new virtual method PrepareDatabase to the class OutputCommandOperation. This method can be overridden in a derived class to add some code for preparing the database (deleting or disabling some rows) before loading rows.