We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba216c commit 729aaddCopy full SHA for 729aadd
EntityFramework.Reverse.POCO.Generator/Database NorthwindSqlCe40.tt
@@ -210,7 +210,7 @@
210
// eg. normalise names etc.
211
UpdateColumn = (Column column, Table table) =>
212
{
213
- // Example
+ // Rename column
214
//if (column.IsPrimaryKey && column.NameHumanCase == "PkId")
215
// column.NameHumanCase = "Id";
216
EntityFramework.Reverse.POCO.Generator/Database.tt
@@ -232,7 +232,7 @@
232
233
234
235
236
237
238
0 commit comments