mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
v1.4.0-preview20200331
This commit is contained in:
@ -73,12 +73,12 @@ namespace FreeSql.Internal
|
||||
/// </summary>
|
||||
PascalCaseToUnderscoreWithLower,
|
||||
|
||||
/// <summary>
|
||||
/// 将下划线分隔字符串命名字符串转换为帕斯卡
|
||||
/// <para></para>
|
||||
/// big_apple -> BigApple
|
||||
/// </summary>
|
||||
UnderscoreToPascalCase,
|
||||
///// <summary>
|
||||
///// 将下划线分隔字符串命名字符串转换为帕斯卡
|
||||
///// <para></para>
|
||||
///// big_apple -> BigApple
|
||||
///// </summary>
|
||||
//UnderscoreToPascalCase,
|
||||
|
||||
/// <summary>
|
||||
/// 将字符串转换为大写
|
||||
|
Reference in New Issue
Block a user