I'm using entity framework but when I execute custom query that time I don't want to create Hard class to carry collection of data.
I saw some link for DynamicDictionary Class and use but data was not populated in List<DynamicDictionary> collection.
So please help me for that...
How can I use DynamicDictionary class with List<T>?
Thanks,
Chetan