ROW_NUMBER Conversion
LINQ
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Guys, Am trying to LINQ the following statement: Please, if you can help out, please do.
SELECT
ROW_NUMBER() OVER (ORDER BY LastName, FirstName) AS RowNumber,
*
FROM
dbo.Customers
ORDER BY
CustomerID -
Hi Guys, Am trying to LINQ the following statement: Please, if you can help out, please do.
SELECT
ROW_NUMBER() OVER (ORDER BY LastName, FirstName) AS RowNumber,
*
FROM
dbo.Customers
ORDER BY
CustomerID