C#: SQL Query Builder Class

后端 未结 5 1024
一整个雨季
一整个雨季 2021-02-14 01:11

Where can I find a good SQL Query builder class. I just need a simple class to build a SQL string and that is it. I will need it for C# and MySql. I really don\'t need anything

5条回答
  •  有刺的猬
    2021-02-14 01:48

    You could probably use the framework class CommandBuilder. Check out:

    http://msdn.microsoft.com/en-us/library/tf579hcz.aspx

提交回复
热议问题