mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
@@ -46,6 +46,7 @@ SELECT c.id, c.full_name
|
|||||||
* UseLowerCaseNamingConvention: `FullName` becomes `fullname`
|
* UseLowerCaseNamingConvention: `FullName` becomes `fullname`
|
||||||
* UseCamelCaseNamingConvention: `FullName` becomes `fullName`
|
* UseCamelCaseNamingConvention: `FullName` becomes `fullName`
|
||||||
* UseUpperCaseNamingConvention: `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!
|
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