EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

How to override C# property types

Open Techhead33 opened this issue 2 years ago • 0 comments

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 ?

Techhead33 avatar Feb 17 '23 20:02 Techhead33