Quantcast
Channel: TechPint - T-SQL
Viewing all articles
Browse latest Browse all 7

RowNumber Alternative in Linq

$
0
0

I want to know, Do we have any alternative to Row_Number function in Linq. I want to use Ranking and Partition in Linq.

 

SELECT ROW_NUMBER()OVER(Partition BY Author_Name

Please let me know how to achieve the same functionality in Linq.


Viewing all articles
Browse latest Browse all 7

Trending Articles