ToDataTable is a pair of .Net Core extension methods that allow you to create a .Net DataTable (or a SQL Server Table-Valued Parameter) from a collection of objects.
Info
| Version: | 0.1.2 |
| Author(s): | Chris Hodges |
| Last Update: | Monday, September 30, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ChrisHodges/ToDataTable |
| NuGet Url: | https://www.nuget.org/packages/ToDataTable |
Install
Install-Package ToDataTable
dotnet add package ToDataTable
paket add ToDataTable
ToDataTable Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SqlClient(>= 4.5.1)