I'm converting my EF POCO project to Code first. I had changed the T4 template, so that all my entities use a base class, ...EntityBase..., that provides them with some common functionality that is not persistence related....If I use ...[NotMapped]... att...