dynamic-linq-query-builder
dynamic-linq-query-builder copied to clipboard
A truly generic and dynamic linq query builder to compliment jQuery QueryBuilder and other dynamic linq query generation needs
Hi all, how can I execute dynamic query on Dynamic Object list? i read this https://github.com/tghamm/dynamic-linq-query-builder/issues/56 but I did not understand how it works
Added missing datatypes to GetDefaultColumnDefinitionsForType: - float - float? - decimal - decimal? - long - long?
Bumps System.Text.Json from 5.0.1 to 8.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Is it possible to apply the filter on a Dictionary I have this code ` List products = []; // Product 1 Dictionary product1 = new() { { "Department", "Wireless...
I would like to dynamically support comparing two fields of the same type. Do you support any related functions
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.10. Release notes Sourced from System.Text.Json's releases. .NET 6.0.9 Release .NET 6.0.8 Release .NET 6.0.7 Release .NET 6.0.6 Release .NET 6.0.5 Release .NET 6.0.4 Release...