Hi,
At the moment i have an application (web/silverlight) where the connectionstring for my ObjectContext is dynamic.
It is based on how a user logs in because each of my customers have their own database. ie..
username@domain.
I'm trying to find a way to use the EFContextProvider which would be by either passing the ObjectContext through the constructor, or by overriding the GetConnectionString, which sadly both aren't supported.
Is there a way to accomplish this, or can i download the source for the EFContextProvider somewhere so i can implement it myself ?
Thanks in advance.