mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Closes #59
This commit is contained in:
committed by
GitHub
parent
5b060fce6b
commit
bc046ca656
@@ -44,6 +44,7 @@ SELECT c.id, c.full_name
|
||||
|
||||
* UseSnakeCaseNamingConvention: `FullName` becomes `full_name`
|
||||
* UseLowerCaseNamingConvention: `FullName` becomes `fullname`
|
||||
* UseCamelCaseNamingConvention: `FullName` becomes `fullName`
|
||||
* UseUpperCaseNamingConvention: `FullName` becomes `FULLNAME`
|
||||
|
||||
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