Faithlife / FaithlifeData

Helpers for querying ADO.NET-compatible databases.
https://faithlife.github.io/FaithlifeData/
MIT License
6 stars 4 forks source link

Support stored procedures #5

Closed ejball closed 3 years ago

ejball commented 5 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.