using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using SqlBulkLoader;
public static class Program
{
public static async Task Main()
{
var loader = new SqlBulkLoader(new SqlBulkLoaderConfig
{
ConnectionString = "..."
});
await loader.LoadAsync("TargetTable", Query());
}
private static IEnumerable<Data> Query()
{
...
}
}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
forked from usausa/SqlBulkLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
SQL Server bulk load library.
License
kasthack-labs/SqlBulkLoader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
SQL Server bulk load library.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 99.3%
- Smalltalk 0.7%