File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
EntityFramework.Reverse.POCO.Generator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 UsePascalCase = true; // This will rename the generated C# tables & properties to use PascalCase. If false table & property names will be left alone.
2828 UseDataAnnotations = false; // If true, will add data annotations to the poco classes.
2929 UseDataAnnotationsSchema = false; // UseDataAnnotations must also be true. If true, will add data annotations schema to the poco classes.
30- UsePropertyInitializers = false; // C# 6 feature
30+ UsePropertyInitializers = false; // Removes POCO constructor and instead uses C# 6 property initialisers to set defaults
3131 IncludeComments = CommentsStyle.AtEndOfField; // Adds comments to the generated code
3232 IncludeExtendedPropertyComments = CommentsStyle.InSummaryBlock; // Adds extended properties as comments to the generated code
3333 IncludeViews = true;
Original file line number Diff line number Diff line change 2727 UsePascalCase = true; // This will rename the generated C# tables & properties to use PascalCase. If false table & property names will be left alone.
2828 UseDataAnnotations = false; // If true, will add data annotations to the poco classes.
2929 UseDataAnnotationsSchema = false; // UseDataAnnotations must also be true. If true, will add data annotations schema to the poco classes.
30- UsePropertyInitializers = false; // C# 6 feature
30+ UsePropertyInitializers = false; // Removes POCO constructor and instead uses C# 6 property initialisers to set defaults
3131 IncludeComments = CommentsStyle.AtEndOfField; // Adds comments to the generated code
3232 IncludeExtendedPropertyComments = CommentsStyle.InSummaryBlock; // Adds extended properties as comments to the generated code
3333 IncludeViews = true;
You can’t perform that action at this time.
0 commit comments