Sequel
Sequel copied to clipboard
.NET SQL builder that emulates writing SQL.
Correction Of the Insert statement to Into
I get the following error when i try to install winforms project `Could not install package 'Sequel 1.1.5'. You are trying to install this package into a project that targets...
It would be really awesome if the mapper was upgraded to a "Fluent" version. E.G. var sqlMapper = new SqlMapper(); var sqlString = sqlMapper.Select(rec => rec.Id) .From("MockEntity") .Where(rec => rec.Id...