InvertedSoftware.DataBlock
1.1.0
Lightweight, low memory footprint and high performance library, The Inverted Software DataBlock helps creating objects and lists from stored procedures or queries output as well as updating records from models. Usage looks like: CRUDHelper.GetObjectList<Category>(() => new Category(), "GetCategories", mainConnectionString);
Install-Package InvertedSoftware.DataBlock -Version 1.1.0
dotnet add package InvertedSoftware.DataBlock --version 1.1.0
<PackageReference Include="InvertedSoftware.DataBlock" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InvertedSoftware.DataBlock --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: InvertedSoftware.DataBlock, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
GitHub repositories
This package is not used by any popular GitHub repositories.