linq concatenate query

I

imbirek8

Hi,

When I was using sql query in string I was doing
string query = "select * from table sort by" + sortColumn;

How to concatenate queries in linq ? (when I have column name as a string)

Thanks for help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top