Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-07 15:33:54
Original
1501 people have browsed it

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

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

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

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

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

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template