mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 01:28:13 +00:00
@@ -46,6 +46,7 @@ SELECT c.id, c.full_name
|
||||
* UseLowerCaseNamingConvention: `FullName` becomes `fullname`
|
||||
* UseCamelCaseNamingConvention: `FullName` becomes `fullName`
|
||||
* UseUpperCaseNamingConvention: `FullName` becomes `FULLNAME`
|
||||
* UseUpperSnakeCaseNamingConvention: `FullName` becomes `FULL_NAME`
|
||||
|
||||
Have another naming convention in mind? Open an issue or even submit a PR - it's pretty easy to do!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user