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
Copy file name to clipboardExpand all lines: EntityFramework.Reverse.POCO.Generator/EF.Reverse.POCO.Core.ttinclude
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@
55
55
bool MakeDbContextInterfacePartial = false;
56
56
bool GenerateSeparateFiles = false;
57
57
bool UseMappingTables = true;
58
-
bool UsePropertyInitializers = false;
58
+
static bool UsePropertyInitializers = false;
59
59
bool IsSqlCe = false;
60
60
string FileExtension = ".cs";
61
61
bool UsePascalCase = true;
@@ -745,7 +745,7 @@
745
745
746
746
// childTable FK columns are exactly the primary key (they are part of primary key, and no other columns are primary keys) //TODO: we could also check if they are an unique index
// parentTable columns are exactly the primary key (they are part of primary key, and no other columns are primary keys) //TODO: we could also check if they are an unique index
0 commit comments