dotnetcore / dotnetcore/SmartSql
获存储过程的返回值,由于手误,参数多了一个空格,希望参数前后空格能自动掉。
Open
enhancement
- Dominant language
- C#
- Stars
- 1.1k
- Forks
- 229
- PR merge metrics
- No merged PRs in 30d
Description
如下所示,获存储过程的返回值,由于手误,参数多了一个空格,希望参数最后空格能自动掉。
new SmartSql.Data.SqlParameter
{
Name = "TotalRecords ",
DbType = System.Data.DbType.Int32,
Direction = System.Data.ParameterDirection.ReturnValue
}
希望类似 Name = "TotalRecords " 等这样的参数,前后空可自动掉进。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.