Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

获存储过程的返回值,由于手误,参数多了一个空格,希望参数前后空格能自动掉。 #88

Open
qhliao66 opened this issue Aug 6, 2019 · 0 comments

Comments

@qhliao66
Copy link

qhliao66 commented Aug 6, 2019

如下所示,获存储过程的返回值,由于手误,参数多了一个空格,希望参数最后空格能自动掉。
new SmartSql.Data.SqlParameter
{
Name = "TotalRecords ",
DbType = System.Data.DbType.Int32,
Direction = System.Data.ParameterDirection.ReturnValue
}
希望类似 Name = "TotalRecords " 等这样的参数,前后空可自动掉进。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants