开发者

entity framework client connection details versus connection details in EF library?

I have an EF project which has embedded connection details.

Then when I use this project from a client library I get told to copy the confi开发者_如何转开发g file across, which includes the connection details.

What are the rules re which connection string would be used here? i.e. does the database connection string in the client project override any connection strings in the EF library project?


The connection strings in the library project are never used, they aren't in the bin folder with your final executable. Only the connections strings you copy over to the application or web config files (as appropriate) are used.

But don't copy the whole config file over - you want just the connection strings.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜