|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by TRSBLR in C# Programming Language, Language Integrated Query - LINQ
IList<WorkListItemMsg> eWorkListItem = new List<WorkListItemMsg>();
IQueryable<WorkListItemMsg
> Query = eWorkListItem.AsQueryable(
);
var retrivedData= Dynamic Linq is applied on "Query" - Getting the data with the dynamic query
but unable to convert "retrivedData" to ILIST<WorkListItemMsg>
I want to convert IQueryable data to ILIST.
20091021-EE-VQP-81 - Hierarchy / EE_QW_Related_20080208