Click here to Skip to main content
15,887,962 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to convert my var data to list<t>

My code

var ll = from e in portal.Log_Log select e;

Now i want to convert this data in ll to List<t>

Solution
Posted
Comments
Sergey Alexandrovich Kryukov 1-May-13 0:24am    
Is it C#?
—SA
saguptamca 20-Jun-13 4:21am    
take List type variable and cast ll to List type

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900