-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added method WithSqlParams that takes SqlParameter[] (issue #25)
- Added method ExecuteStoredProcAsync that takes params Action<SprocResults>[] - In MapToList: replaced usage of Activator.CreateInstance in MapToList with new T() (issue #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
- Loading branch information
1 parent
e899197
commit 5050b68
Showing
1 changed file
with
132 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters