zzz projects Dynamic LINQ
Home
Documentation GitHub Knowledge Base  Help & Donate
Online Examples
  • Home
  • Documentation
  • GitHub
  • Knowledge Base
  • Help & Donate
  • Online Examples
  •   Download  

Dynamic LINQ - Knowledge Base (KB)

3 results in tag: sorting

Dynamic Linq Order By user defined sequence

I have dynamic linq query with OrderBy. ... .AsQueryable().OrderBy("FullName", asc) ...After sorting by FullName, I need to sort by status (something like ThenBy()). Status may have vales e.g. "A", "B", "C", "D" But I need to sort in following sequence "B...
dynamic-linq linq sorting sql-order-by
asked by Roman

Natural sort with Dynamic Linq including multiple sorting parameters

As the title describes, is there any way I can achieve natural sort using Dynamic Linq including support for multiple sorting parameters?...Preferably I would like to do something like this (using a custom IComparer):...List<Invoice> invoices = Provider.G...
c# dynamic-linq linq sorting
asked by Philip

Dynamic Linq queries with sorting, nulls at end

I am trying to build an ASP.NET page that sorts on nullable fields. What I want to do is, if there are null values in the sortable field, always throw those rows to the end of the list. Otherwise, they show up at the beginning of the list, and I can imagi...
asp.net c# dynamic-linq linq sorting
asked by mmelear

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!