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

Is there an option to pass Collection of SqlParameters? #25

Open
redmatch opened this issue Sep 5, 2018 · 0 comments
Open

Is there an option to pass Collection of SqlParameters? #25

redmatch opened this issue Sep 5, 2018 · 0 comments

Comments

@redmatch
Copy link

redmatch commented Sep 5, 2018

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.

skutnarSDS added a commit to skutnarSDS/EFCore-FluentStoredProcedure that referenced this issue Feb 6, 2020
…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
snickler added a commit that referenced this issue Feb 6, 2020
- Added method WithSqlParams that takes SqlParameter[] (issue #25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants