views:

19

answers:

1

Hey Everyone,

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.Practices.EnterpriseLibrary.Data.Database). Does anyone know if it is possible to do this?

A: 

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

Ray Henry