File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 5858 entityNaming : Singular
5959 relationshipNaming : Plural
6060 prefixWithSchemaName : false
61+ renaming :
62+ entities :
63+ - ^(sp|tbl|udf|vw)_
64+ properties :
65+ - ^{Table.Name}(?=Id|Name)
6166` ` `
6267
6368### name
@@ -98,6 +103,18 @@ Control if class names should be generated with schema name prefixed eg. dbo.MyT
98103
99104Include XML documentation for the generated class. Default : ` false`
100105
106+ # ## renaming
107+
108+ Rename entities and properties with regular expressions
109+
110+ # ### entities
111+
112+ list of regular expressions to clean entity names
113+
114+ # ### properties
115+
116+ list of regular expressions to clean property names
117+
101118# # Regeneration
102119
103120The entity template has three regions that are replaced on regeneration.
You can’t perform that action at this time.
0 commit comments