dynamically generating linq

  • Thread starter Thread starter CSharper
  • Start date Start date
C

CSharper

Is it possible to generate a linq statement dynamically (string
concatination), like you would do for SQL statements? If not just
curious why?
Thanks,
 
CSharper said:
Is it possible to generate a linq statement dynamically (string
concatination), like you would do for SQL statements? If not just
curious why?

It's called a 'Dynamic Linq Query'.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4121 (20090601) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
Back
Top