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 b714f80 commit 8c34dd9Copy full SHA for 8c34dd9
1 file changed
docs/ef/entity.md
@@ -58,6 +58,11 @@ data:
58
entityNaming: Singular
59
relationshipNaming: Plural
60
prefixWithSchemaName: false
61
+ renaming:
62
+ entities:
63
+ - ^(sp|tbl|udf|vw)_
64
+ properties:
65
+ - ^{Table.Name}(?=Id|Name)
66
```
67
68
### name
@@ -98,6 +103,18 @@ Control if class names should be generated with schema name prefixed eg. dbo.MyT
98
103
99
104
Include XML documentation for the generated class. Default: `false`
100
105
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
101
118
## Regeneration
102
119
120
The entity template has three regions that are replaced on regeneration.
0 commit comments