zzz projects Dynamic LINQ
Home Getting Started Knowledge Base Online Examples  GitHub
  • Home
  • Getting Started
  • Knowledge Base
  • Online Examples
  •  GitHub
  •   Download  

Dynamic LINQ - Knowledge Base (KB)

3 results for: in tag: json.net

How can I use System.Linq.Dynamic to check if a JSON object matches a predicate

I am trying to match a complex json-object to a user-defined filter/predicate by using Json.NET and System.Linq.Dynamic. Here is my code:...var json = @"{""Name"":""Jane Doe"",""Occupation"":""FBI Consultant""}"; dynamic person = JObject.Parse(json); var ...
c# dynamic-linq json.net linq linq-to-objects
asked by Espo

How to yield multiple objects with respect to a multi-valued column in Dynamic Linq

Scenario:... I have to export an excel file which will contain list of Parts. We have enabled the user to select the columns and get only selected columns' data in the exported file. Since this is a dynamic report, I am not using any concrete class to map...
c# dynamic-linq json json.net linq
asked by Ali Hasan

No method 'SelectToken' exists on type 'System.Linq.Enumerable'

I would like to run a ...Json Object... through ...DynamicExpression... but i am getting the error ..."No method 'SelectToken' exists on type 'System.Linq.Enumerable'."...the below rule i am trying to execute through DynamicExpression. ...Rule: ...JObject...
c# dynamic-linq json.net
asked by satish p

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...