EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
How to override C# property types
I have two fields in one of my tables that are defined as Date in the DB and when the POCO is generated they are defined with a property type of string i.e. string StartDate instead of DateTime StartDate. Is there a way for me to specify an override of the property type for a column ?