sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
700 stars 230 forks source link

How to override C# property types #792

Open Techhead33 opened 1 year ago

Techhead33 commented 1 year ago

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 ?