Commit 2dd8beb
committed
Used implicit type assignment for variable
When I moved the `SqlCommand` assignments outside of the `try/catch` blocks (see #8590d46), that opened up the ability to use implicit typing for variables. (Technically, that could have been done previously—and, in fact, was for other cases; but it definitely makes more sense now that the values aren't being initialized to `null`.)1 parent 341fc48 commit 2dd8beb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
0 commit comments