We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如下所示,获存储过程的返回值,由于手误,参数多了一个空格,希望参数最后空格能自动掉。 new SmartSql.Data.SqlParameter { Name = "TotalRecords ", DbType = System.Data.DbType.Int32, Direction = System.Data.ParameterDirection.ReturnValue } 希望类似 Name = "TotalRecords " 等这样的参数,前后空可自动掉进。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如下所示,获存储过程的返回值,由于手误,参数多了一个空格,希望参数最后空格能自动掉。
new SmartSql.Data.SqlParameter
{
Name = "TotalRecords ",
DbType = System.Data.DbType.Int32,
Direction = System.Data.ParameterDirection.ReturnValue
}
希望类似 Name = "TotalRecords " 等这样的参数,前后空可自动掉进。
The text was updated successfully, but these errors were encountered: