how to develop sql query generator via Fluent interface? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this qu开发者_JS百科estioni saw a article how to write a class which is a useful. the Class generates sql query via Fluent interface . But i am googling now but i can not find this excellent article. Do you know this article link :( or any other advise article or codes. Best Regards...
SelectQueryBuilder is one example.
Or if you are sick of SQL you could also take a look at some ORMs such as NHibernate or EntityFramework which all have fluent interface syntaxes for querying data.
精彩评论