var res = db.JsonWebTokens
.Select("x=>new { Microsoft.EntityFrameworkCore.EF.Functions.RowNumber(EF.Functions.Over().OrderBy(x.Id)) as Rank, x.Id }")
.ToDynamicArray();
row number from extend library Zomp.EFCore.WindowFunctions.
exception : Enum type 'Microsoft.EntityFrameworkCore.EF.Functions' not found
im trying to call function inside select for get row number this work totally fine on normal linq select like :
but this not working on dynamic linq :
row number from extend library Zomp.EFCore.WindowFunctions.
exception : Enum type 'Microsoft.EntityFrameworkCore.EF.Functions' not found