LinqToSQL2 icon indicating copy to clipboard operation
LinqToSQL2 copied to clipboard

Add Async API

Open FransBouma opened this issue 11 years ago • 0 comments

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.

FransBouma avatar Nov 29 '14 14:11 FransBouma