I'm writing a unit test in c# for a function that is responsible for using System.Data.SqlClient.SqlBulkCopy to copy a DataTable to a database server....I use SQLLite for unit tests, and wanted to connect to my SQLLite in memory database with SqlBulkCopy,...