How to do this query in EF?

J

John

Hi

I have a tblCLeinst entity in my model. What is the query equivalent to the
following conventional SQL?

SELECT TOP 1 <fields list> FROM tblClients WHERE (ID > 1234) AND (Status =
"Current") ORDER BY ID

Thanks

Regards
 

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