开发者

Is it possible to create a Microsoft Practices Enterprise Library Data Access Block Database from a DbConnection

开发者 https://www.devze.com 2023-01-08 18:48 出处:网络
I have a DbConnection object (coming from an EntityFramework 4.0 context) and was wondering if it is possible to create a Microsoft Practices Enterprise Library Data Access Block Database (Microsoft.P

I have a DbConnection object (coming from an EntityFramework 4.0 context) and was wondering if it is possible to create a Microsoft Practices Enterprise Library Data Access Block Database (Microsoft.Practice开发者_开发问答s.EnterpriseLibrary.Data.Database). Does anyone know if it is possible to do this?


I don't think this is possible. Can you get the connection string instead, and use it to create an EL DAAB Database?

0

精彩评论

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