Custom database with EF

I've researched trying to figure out how I can implement DBProvider

to build DBContext

for a fully customizable database to no avail. Now this database uses standard SQL for communication, but the backend is incompatible with these providers, for example. SQL Server, Oracle, etc.

I want to be able to use Entity Framework to model and execute commands on this database, and also I want to use LINQ based queries directly from the created DBContext.

This database is divided and organized into several sub-modules that deal with different areas of schema and design.

How can I integrate current objects into a usable provider?

Any help is appreciated.

+3
c # vb.net linq entity-framework


source to share


No one has answered this question yet

Check out similar questions:

174
Learning LINQ
79
List of Entity Framework Providers for Various Databases
43
EF 6.x DbContext Generator assignment
7
How to Implement Database Independence with Entity Framework
6
Are there any parts of LINQ that I should be avoiding for SQL 2000?
6
One Entity Platform Model for Multiple Database Vendors
3
Having problems with the USER_OBJECTS query in Oracle / ODP.NET
3
Entity Framework Database - First with Oracle Database
0
Using LINQ with EF Reverse POCO Generator?
0
Remove default "dbo" schema when generating linq queries to sql



All Articles
Loading...
X
Show
Funny
Dev
Pics