This example demonstrates how to create a simple XAF application that uses both Entity Framework (EF) and eXpress Persistent Objects (XPO) business models. For instance, this approach can be required if you want to reuse the Entity Framework model from a non-XAF application in your existing XPO-based XAF project. As a result, your application will access two databases, the first one via XPO and the second - via EF.
The complete description is available in the How to: Use both Entity Framework and XPO in a Single Application topic.
See also:
How to prevent altering the legacy database schema when creating an XAF application
How to implement XPO data models connected to different databases within a single application
Example Comments
Added By: Konstantin B (DevExpress) at: 2/26/2013 3:53:19 AM
The help topic will be publiched after the 12.2.7 release.