I created a C# data layer using Entity Framework 6 via the Code First From Database wizard which defined all of the C# classes which represent their respective tables.
There was a table that I missed and I'm looking for a way to generate another class to represent the table.
Is there a way to have this class created after the initial wizard has already been run?