I am using entity framework with database first approach, along with EF 4.x DBContext Generator. All my entity classes have navigation properties which are marked as “virtual”. I want to remove virtual keyword from all my entity classes. There are around 350 entity classes
I am using entity framework with database first approach, along with EF 4.x DBContext
Share
You must modify T4 template (.tt) file to remove virtual keyword.