'Add an already existing table from an SQL to an already existing Entity Framework C# project

Is there a way to "import" the already existing table from a DB that is already done by Entity Framework? The dev who created the table did it directly on the DB, not from EF. So is there a way, please?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source