LINQ SELECT COUNT(*) AND EmployeeId

Posted by Mahesh on Stack Overflow See other posts from Stack Overflow or by Mahesh
Published on 2010-03-18T13:44:16Z Indexed on 2010/03/18 13:51 UTC
Read the original article Hit count: 385

Filed under:
|
|

Hi,

I have a table like below:

EmployeeId
EmployeeName

RequestId
RequestName

EmployeeId
RequestId

I need to a to assign requests in a sequential fashion(those who has mininum number of requests).

Can I know how to get employee who has minimum requests using linq???

Thanks, Mahesh

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about count