unit testing - Mock SqlBulkCopy in c# -


which interface or abstract class should use mock sqlbulkcopy object in c#? trying bcp table oracle sql server.

please let me know if there alternate solution.

there no suitable interface. create wrapper class.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -