score:0
Rob Connery did something very similar in his project called Massive. It may do exactly what you are trying to do, or give you the missing pieces to the puzzle.
Source: stackoverflow.com
Related Articles
- Dynamic object, persistable to Azure and Querable by Dynamic Linq
- LINQ Source Code Available
- C# Create object with dynamic properties : LINQ select List<object> values by property names array
- Linq with where clause in many-to-many EF Code First object
- Dynamic Linq help, different errors depending on object passed as parameter?
- Linq to object dynamic query is it possible?
- How to dynamic add filters to a LINQ query against an Odata Source in C#
- add dynamic anonymous object into linq groupBy expression
- creating Linq to sqlite dbml from DbLinq source code
- Predicate or Dynamic Linq that can return from different object sets?
- Linq to sql as object data source - designer problem with partial classes
- Dynamic "Not" by parameter in LINQ (Or any other code for that matter)
- dynamic object to build reports in Aspose.Words LINQ Reporting Engine
- Convert this LINQ code back to a Loop (or Why is this object sometimes null)
- Dynamic LINQ (to objects): Substituting a object name in a query from a list of object names (string)?
- convert linq to object query to sql query (no linq to sql code or datacontext)
- Setting all properties of dynamic object in anonymous type in linq query
- Running an existing LINQ query against a dynamic object (DataTable like)
- Make access possible to dynamic table LINQ EF6 Code First
- Dynamic LINQ query nested object
- Dynamic LINQ OrderBy Date only on DateTime Object Entity Framework
- Looping through a dynamic linq object with joins
- source code for LINQ 101 samples
- C# LINQ - selecting a dynamic object based on properties defined at runtime
- Generate Dynamic LINQ Expression By Iterating object properties
- Linq code to get the index of an object in an array from an object within a list
- C# Dynamic linq order by expando object
- I'm trying to create a dynamic object based on the value of a column using linq
- Dynamic Linq Select to a complex object
- Create dynamic object hierarchy for Json serialization via Linq
- C# Linq to XML add, update, delete
- Convert SQL (Left Outer Join's) to LINQ
- Handling different databases with LINQ based off the user which is current logged in?
- Can't modify an Excel File using LINQ
- Use where condition for retrieving the xml data with C#
- Eager load ALL by default with Entity Framework within a Generic Repository
- LINQ for querying a DTO for a specific Name-Value pair in a generic and recursive manner
- Get xml attribute value from an associated attribute value
- NHibernate any array values are contained in a string does not work?
- Linq query to fill complex model?
- Linq contains confusion
- What is the underlying type of the result from a Linq to Entities query?
- How to flatten tree via LINQ?
- Xmlelement condition to get value of another element using c#
- Remove <xyz> but gain data between
- Linq to NHibernate extensibility for custom string query operations?
- In Linq, is a SELECT required when WHERE is used?
- LINQ sort a flat list based on childorder
- Get unique element from second list
- How to properly sort a string-number column of a DataTable