Quantcast
Channel: entityframework Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1793

New Post: Where do I find the Async methods in EF 6

$
0
0

As far as I can tell (I looked at the assemblies with JustDecompile), they only exist in .NET 4.5 and not in .NET 4.0, and a lot of them aren't extension-methods, but actual methods. The extension-methods (ToListAsync, ToArrayAsync, etc) are found in System.Data.Entity.


Viewing all articles
Browse latest Browse all 1793

Trending Articles