Ejemplo n.º 1
0
 public void CopyWithEventAsyncTest()
 {
     CopyWithEventAsync.Test(_connStr, _connStr, AddGuid("SqlBulkCopyTest_AsyncTest4")); //Async + Rows + Notification
 }
Ejemplo n.º 2
0
 public void CopyWithEventAsyncTest()
 {
     CopyWithEventAsync.Test(srcConstr, dstConstr, AddGuid("SqlBulkCopyTest_AsyncTest4")); //Async + Rows + Notification
 }