Is there a dynamic Sql builder library for .Net?

Amitabh picture Amitabh · Apr 20, 2010 · Viewed 34.6k times · Source

Something like this.

http://code.google.com/p/squiggle-sql/wiki/Tutorial.

This is required for cases where It is required to build complex sql from the user input from UI. Currently in the project I am working is using String Manipulation which looks ugly and is difficult to maintain.

Answer

Max Toro picture Max Toro · Dec 16, 2011

Try DbExtensions, available as NuGet package.