SqlEntityConnection and EF 6 Async

345 Views Asked by At

Is there any way to use the SqlEntityConnection Type Provider with the async features introduced in Entity Framework 6? The type provider itself seems to work well enough with EF 6, but I'm not seeing any way to access any of the async methods. Am I missing something, or does anyone know if there are plans to add async support to the type provider?

0

There are 0 best solutions below