LinqToSQL2
LinqToSQL2 copied to clipboard
Add Async API
Add an Async API to the main API for the general methods expected to be async, like ToListAsync() and the like. The methods to make Async can be borrowed from the LLBLGen Pro runtime framework.
Requires refactoring of internals to avoid clones all over the place.