Dynamic Linq Library Help
- by Alon
Hi, I have the following class:
public class Item
{
public Dictionary<string, string> Data
{
get;
set;
}
}
and a list of it:
List<Item> items;
I need to filter and order this list dynamicly using SQL-Like strings. The catch is, that I need to order it by the Data dictionary.
For example: Order By…