Home  >  Article  >  Database  >  EntityFramework 6使用多连接字符串连接多个不同的Sqlserver并使

EntityFramework 6使用多连接字符串连接多个不同的Sqlserver并使

WBOY
WBOYOriginal
2016-06-07 15:33:541500browse

因为项目需要,所以需要连接多个不同的SqlServer服务器。 目前思路是在Entity中加入ConnectionStringName, 但是同时用到了AutoFac+Repository的方式。 目前已知ConnectionStringName可以靠继承DbContext在构造函数中传递, 想知道如何在DbContext中判别Entit

因为项目需要,所以需要连接多个不同的SqlServer服务器。

目前思路是在Entity中加入ConnectionStringName,

但是同时用到了AutoFac+Repository的方式。

目前已知ConnectionStringName可以靠继承DbContext在构造函数中传递,

想知道如何在DbContext中判别Entity用的什么ConnectionStringName。

记得DI框架应该有这样的方法,但是怎么都找不到了....找了一圈google也没找到...

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn