I have the following 2 tables TableA and ArchivedTableA. Basically They are identical tables, but rows from TableA are moved to ArchivedTable to archive them.
How can I represent this in entity Framework so that these 2 classes inherit from the same entity. I am using POCOs.