Welcome to MSDN Blogs Sign in | Join | Help

Data Access Technologies

(Data Access, XML, SSIS, SQL-CE ...)

Browse by Tags

All Tags » LINQ   (RSS)
Sorry, but there are no more tags available to filter with.
How to convert an IEnumerable to a DataTable in the same way as we use ToList or ToArray
LINQ provides us some extension methods to convert an IEnumerable to a collection e.g. ToList(), ToArray() etc. But what if you want to convert the enumerable to a DataTable. There is no built in extension method for that currently. var v = ( from x in Read More...
Page view tracker