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

Feature Request:Insert/Update自动分析实体字段生成sql,并支持可配置ParameterMap #38

Closed ElderJames closed 5 years ago

ElderJames commented 6 years ago

类似dapper.contrib的做法

Ahoo-Wang commented 6 years ago

@ElderJames Insert/Update 可以自动翻译成sql,但是ParamterMap如何跟自动翻译的sql对应呢?

:octocat: From gitme Android

ElderJames commented 6 years ago

跟SqlId一样加个MapId参数?

Ahoo-Wang commented 5 years ago

合并到 https://github.com/Ahoo-Wang/SmartSql/issues/46