Quantcast
Channel: Entity Framework
Viewing all articles
Browse latest Browse all 10318

Source code checked in, #8848bbb96b9c

$
0
0
ResolutionWhichWontFailByFeb1 - enabling passing dependency resolver to EntityCommand EF runtime uses configuration to resolve dependencies. Once configuration is set it is sealed and is supposed to be immutable. This does not work for the designer where the user can add/remove edmx files multiple times and therefore can change providers many times during the session. To talk to providers we use EntityCommand. Allowing to pass own resolver to EntityCommand enables sending queries to multiple providers during one session.

Viewing all articles
Browse latest Browse all 10318

Trending Articles