Hello,
i have the following tables in 2 different databases:
DB1.Customers
DB1.Employees
DB1.EmployeeCustomers
DB2.BackupPlan (which must have a one-to-one relationship to DB1.Customers)
Is it possible to do this with EF6 (MySQL)?
If not, what are the alternatives?
Thank you
Patrick