3

i 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...

D'Arcy Rittich
  • 167,292
  • 40
  • 290
  • 283
loki
  • 2,926
  • 8
  • 62
  • 115

1 Answers1

4

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.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928