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
We would like to use the component inside a generic function that will receive a list of parameters and will use them while calling LoadStoredProc.
The text was updated successfully, but these errors were encountered:
- Added method WithSqlParams that takes SqlParameter[] (issue snickle…
5050b68
…r#25) - Added method ExecuteStoredProcAsync that takes params Action<SprocResults>[] - In MapToList: replaced usage of Activator.CreateInstance in MapToList with new T() (issue snickler#5) - In MapToList: tweaked string compares to follow better practices - Formatting - Fixes to XML documentation - Finor refactoring / readability fixes - Removed unused parameters from some methods: - WithSqlParam that takes SqlParameter - removed unused paramName - ExecuteStoredNonQuery - removed unused commandBehavior - ExecuteStoredNonQueryAsync - removed unused commandBehavior
Merge pull request #35 from skutnarSDS/sk-feature/patch01
1da66ad
- Added method WithSqlParams that takes SqlParameter[] (issue #25)
No branches or pull requests
We would like to use the component inside a generic function that will receive a list of parameters and will use them while calling LoadStoredProc.
The text was updated successfully, but these errors were encountered: