LinqToDataTable 1.0.3
dotnet add package LinqToDataTable --version 1.0.3
NuGet\Install-Package LinqToDataTable -Version 1.0.3
<PackageReference Include="LinqToDataTable" Version="1.0.3" />
paket add LinqToDataTable --version 1.0.3
#r "nuget: LinqToDataTable, 1.0.3"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.