Skip to content

StubbleOrg/Stubble.Extensions.SystemData

Repository files navigation

Stubble Extensions - System.Data Build status Build Status codecov Prerelease Nuget Stable Nuget

This repository contains easy to use extensions for the native C# System.Data types such as DataSets and DataTables.

To use this just include it in your project by downloading the dll from the release section, or preferably including it from Nuget.org through the badge above.

Example Usage:

var builder = new StubbleBuilder().Configure(settings => settings.AddSystemData()).Build();

It's as simple as that, the package contains an Extension method for the StubbleBuilder adding in the ValueGetters required to handle DataTables, DataSets. It also adds the ability to use DataSets and DataTables as Lists.

Compilation

Currently this does not contain components that work with compilation. If there is a demand for this however we will consider adding another package or add the dependency to this package.

Credits

Straight Razor by Vectors Market from the Noun Project