views:

4

answers:

0

I'm planning an architecture where we have several legacy databases all having somewhat similar (but not exact) schemas. I'd like for my application tier to have a single, unified model that is filled from the appropriate data source at runtime.

Does Entity Framework allow me to declare a single conceptual model with mappings to and from my different schemas?