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

建议 有木有计划支持存储过程 #65

Closed AwesomeYuer closed 5 years ago

Ahoo-Wang commented 5 years ago

@Microshaoft SmartSql 一直都是支持存储过程的。 https://smartsql.net/guide/getting-started.html#storedprocedure

AwesomeYuer commented 5 years ago

不好意思,我意思是,通过配置的方式。另外免实体类,从而进一步免c#后续编程,例如,通过配置实现webapi执行存储过程,请求参数,应答参数都是json @Ahoo-Wang