I'm using EF 4.3.1 and "EF 4.x DbContext Generator for C#
" for creating POCO using T4.
the classes generated are:
namespace MyProjects.Models
{
public partial class ReCategory
...
Why the class is PARTIAL?
POCO are not classes without the plumbing of EF?
If you think this question is not appropriate please comment I will remove it, thanks for your time.