TableBuilderLibrary 1.1.2
See the version list below for details.
dotnet add package TableBuilderLibrary --version 1.1.2
NuGet\Install-Package TableBuilderLibrary -Version 1.1.2
<PackageReference Include="TableBuilderLibrary" Version="1.1.2" />
<PackageVersion Include="TableBuilderLibrary" Version="1.1.2" />
<PackageReference Include="TableBuilderLibrary" />
paket add TableBuilderLibrary --version 1.1.2
#r "nuget: TableBuilderLibrary, 1.1.2"
#:package TableBuilderLibrary@1.1.2
#addin nuget:?package=TableBuilderLibrary&version=1.1.2
#tool nuget:?package=TableBuilderLibrary&version=1.1.2
This is an open-source class library with an aim to conveniently offer a variety of methods for creating and modifying DataTables. Note: Most exception handling is still under development.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TableBuilderLibrary:
| Package | Downloads |
|---|---|
|
TrentUtil
Open-source library with some basic utilities I commonly use in projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated accessibility of Table_NewRow. Added method for adding a list of DataRow to a table. Updated AddRowToTable to use DataRow.ItemArray instead of DataRow. Added method for getting string[] of ColumnNames from a DataTable.