Closed ejball closed 3 years ago
We should have a StoredProcedure overload for each Command method of DbConnector. It would work identically, except that it would set CommandType to StoredProcedure after creating the IDbCommand.
StoredProcedure
Command
DbConnector
CommandType
IDbCommand
We should have a
StoredProcedure
overload for eachCommand
method ofDbConnector
. It would work identically, except that it would setCommandType
toStoredProcedure
after creating theIDbCommand
.