I am using entity framework 6.1 and I have two databases.
CustomerDB
CustomerArchiveDB
Both have a Customer
table with columns Name, Address, Year
etc.
I want to get all the customers from both databases using Entity Framework.
How do I do this?