Faithlife / FaithlifeData

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

CommandFormat is shorthand for Command(Sql.Format). #36

Closed ejball closed 3 years ago

ejball commented 3 years ago

I'm already tired of creating a CommandFormat extension method in each project.

ejball commented 3 years ago

Perhaps these should be extension methods in Faithlife.Data.SqlFormatting.DbConnectorExtensions.

ejball commented 3 years ago

Or not. Command(Sql) isn't.