Commit c84b69d
committed
Simplified assignment
As part of #ac6c2ba, I simplified how the `procedureName` was assigned to the `SqlCommand` object. That allows the assignment of the `CommandType` to be even further simplified by using the inline property initializers.1 parent df5999c commit c84b69d
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
743 | | - | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
744 | 745 | | |
745 | 746 | | |
746 | 747 | | |
| |||
0 commit comments