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/Database.tt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
// For help on the various Types below, please read https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator/wiki/Common-Settings.*Types-explained
13
13
// The following entries are the only required settings.
Copy file name to clipboardExpand all lines: Generator/Settings.cs
+8-28Lines changed: 8 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public static class Settings
79
79
publicstaticList<string>AdditionalFileHeaderText=newList<string>();// This will put additional lines verbatim at the top of each file under the comments, 1 line per entry
80
80
publicstaticList<string>AdditionalFileFooterText=newList<string>();// This will put additional lines verbatim at the end of each file above the // </auto-generated>, 1 line per entry
81
81
publicstaticOrderPropertiesOrderProperties=OrderProperties.Ordinal;// Order the properties in the generated POCO classes. Ordinal, Alphabetical
82
-
publicstaticboolAutoMapSqlServer2025Types=true;// If true, automatically maps SQL Server 2025vector and json types when using EFCore 10+
82
+
publicstaticboolAutoMapSqlServer2025Types=true;// If true, allows custom mapping of SQL Server 2025/Azure SQL vector and json types via UpdateColumn delegate (EFCore 10+ only)
0 commit comments