Faithlife / FaithlifeData

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

Support prepared commands #12

Closed ejball closed 3 years ago

ejball commented 4 years ago

If preparing a database command ever becomes useful, it would be simple to add a .Prepare() method to DbConnectorCommand that sets IsPrepared and calls .Prepare() on the actual command.