FransBouma / LinqToSQL2

Official Linq to SQL fork. A complete ORM which is backwards compatible with Linq to SQL but with new features.
Other
57 stars 22 forks source link

Add Async API #1

Open FransBouma opened 9 years ago

FransBouma commented 9 years ago

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.