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.v3.ttinclude
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
public static bool IncludeQueryTraceOn9481Flag = false; // If SqlServer 2014 appears frozen / take a long time when this file is saved, try setting this to true (you will also need elevated privileges).
98
98
public static bool UsePrivateSetterForComputedColumns = true; // If the columns is computed, use a private setter.
99
99
public static bool IncludeGeneratorVersionInCode = false; // If true, will include the version number of the generator in the generated code (Settings.ShowLicenseInfo must also be true).
100
-
public static bool TrimCharFields = false; // EF Core option only. EF Core option only. If true, will TrimEnd() 'char' fields when read from the database.
100
+
public static bool TrimCharFields = false; // EF Core option only. If true, will TrimEnd() 'char' fields when read from the database.
101
101
public static List<string> AdditionalNamespaces = new List<string>(); // To include extra namespaces, include them here. i.e. "Microsoft.AspNet.Identity.EntityFramework"
102
102
public static List<string> AdditionalContextInterfaceItems = new List<string>(); // example: "void SetAutoDetectChangesEnabled(bool flag);"
103
103
public static List<string> AdditionalFileHeaderText = new List<string>(); // This will put additional lines verbatim at the top of each file under the comments, 1 line per entry
Copy file name to clipboardExpand all lines: Generator/Settings.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public static class Settings
69
69
publicstaticboolIncludeQueryTraceOn9481Flag=false;// If SqlServer 2014 appears frozen / take a long time when this file is saved, try setting this to true (you will also need elevated privileges).
70
70
publicstaticboolUsePrivateSetterForComputedColumns=true;// If the columns is computed, use a private setter.
71
71
publicstaticboolIncludeGeneratorVersionInCode=false;// If true, will include the version number of the generator in the generated code (Settings.ShowLicenseInfo must also be true).
72
-
publicstaticboolTrimCharFields=false;// EF Core option only. EF Core option only. If true, will TrimEnd() 'char' fields when read from the database.
72
+
publicstaticboolTrimCharFields=false;// EF Core option only. If true, will TrimEnd() 'char' fields when read from the database.
73
73
publicstaticList<string>AdditionalNamespaces=newList<string>();// To include extra namespaces, include them here. i.e. "Microsoft.AspNet.Identity.EntityFramework"
publicstaticList<string>AdditionalFileHeaderText=newList<string>();// This will put additional lines verbatim at the top of each file under the comments, 1 line per entry
0 commit comments