You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticboolUsePascalCase=true;// This will rename the generated C# tables & properties to use PascalCase. If false table & property names will be left alone.
49
+
publicstaticboolUsePascalCaseForEnumMembers=true;// This will rename the generated Enum Members to use PascalCase. If false Enum members will be left alone.
49
50
publicstaticboolUseDataAnnotations=false;// If true, will add data annotations to the poco classes.
50
51
publicstaticboolUsePropertyInitialisers=false;// Removes POCO constructor and instead uses C# 6 property initialisers to set defaults
51
52
publicstaticboolUseLazyLoading=true;// Marks all navigation properties as virtual or not, to support or disable EF Lazy Loading feature
0 commit comments