Faithlife / FaithlifeData

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

Experiment with SQL string interpolation. #1

Closed ejball closed 5 years ago

ejball commented 5 years ago
string sql = Sql.Format($"select {columnsSql:raw} from widgets where id = {id:literal} and name = {name:literal}");
ejball commented 5 years ago

Moved to https://github.com/ejball/SqlRendering.