| .NET DotNet Forum Index » ADO .NET Forum » How to do this query in EF?... |
|
Page 1 of 1 |
|
| Author |
Message |
| John... |
Posted: Tue Jul 28, 2009 4:20 pm |
|
|
|
Guest
|
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 |
|
|
| Back to top |
|
|
|
| dotNetDave... |
Posted: Mon Aug 03, 2009 12:49 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
|