0
2 Answer(s)
-
0
Hi,
You can try:
.OrderBy(b => EF.Property<int>(b, "RankOrder"));You have to add
RankOrderas a separate field of the tableSee: https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities#entity-extensions-ef-core
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)