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 7436a97 commit a86c868Copy full SHA for a86c868
EntityFramework.Reverse.POCO.Generator/Database.tt
@@ -218,9 +218,9 @@
218
//if (column.IsPrimaryKey && table.NameHumanCase.Equals("SomeTable", StringComparison.InvariantCultureIgnoreCase))
219
// column.Hidden = true;
220
221
- // Apply the "override" access modifier To a specific column.
222
- //if (column.NameHumanCase == "id")
223
- // column.OverrideModifier = true; // public override long id { get; set; }
+ // Apply the "override" access modifier to a specific column.
+ //if (column.NameHumanCase == "id")
+ // column.OverrideModifier = true; // public override long id { get; set; }
224
225
// Perform Enum property type replacement
226
var enumDefinition = EnumsDefinitions.FirstOrDefault(e =>
0 commit comments