LinqToDataTable 1.0.3

dotnet add package LinqToDataTable --version 1.0.3
NuGet\Install-Package LinqToDataTable -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LinqToDataTable" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqToDataTable --version 1.0.3
#r "nuget: LinqToDataTable, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LinqToDataTable as a Cake Addin
#addin nuget:?package=LinqToDataTable&version=1.0.3

// Install LinqToDataTable as a Cake Tool
#tool nuget:?package=LinqToDataTable&version=1.0.3

Implements CopyToDataTable<T> where the generic type T is not a DataRow.
Is idea to help create datasource for library like EPPlus

This code has been taken from https://msdn.microsoft.com/en-us/library/bb669096.aspx.
Together with: http://w3facility.org/question/how-to-convert-iqueryable-to-datatable/

This is an extension method, should be used like
using LINQtoDataTable;
....
{
   System.Data.DataTable MyTable = MyProducts.Where(x=>x.Price>10).CopyToDataTable();
}

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 21,451 4/28/2015
1.0.2 1,651 4/28/2015