Skip to content

Commit 729aadd

Browse files
committed
Enhance comments
1 parent 6ba216c commit 729aadd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EntityFramework.Reverse.POCO.Generator/Database NorthwindSqlCe40.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
// eg. normalise names etc.
211211
UpdateColumn = (Column column, Table table) =>
212212
{
213-
// Example
213+
// Rename column
214214
//if (column.IsPrimaryKey && column.NameHumanCase == "PkId")
215215
// column.NameHumanCase = "Id";
216216

EntityFramework.Reverse.POCO.Generator/Database.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
// eg. normalise names etc.
233233
UpdateColumn = (Column column, Table table) =>
234234
{
235-
// Example
235+
// Rename column
236236
//if (column.IsPrimaryKey && column.NameHumanCase == "PkId")
237237
// column.NameHumanCase = "Id";
238238

0 commit comments

Comments
 (0)