dotnetcore / SmartSql

SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
https://smartsql.net/
Apache License 2.0
1.1k stars 222 forks source link

add support for automatic conversion of column names to property names #103

Closed Ahoo-Wang closed 5 years ago

Ahoo-Wang commented 5 years ago

新增支持列名到属性名自动转换

Added support for automatic conversion of column names to property names

Ahoo-Wang commented 5 years ago

引入 命名分词器,转换器 来作为 表字段名到属性名映射。 参考 https://github.com/dotnetcore/SmartCode

Ahoo-Wang commented 5 years ago

https://github.com/dotnetcore/SmartSql/releases/tag/v4.1.29