Info
Version: | 1.2.1 |
Author(s): | Ismahene HAMMAMI |
Last Update: | Friday, October 30, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Ismahen/DataMapper |
NuGet Url: | https://www.nuget.org/packages/AdoNetDataMapper |
Install
Install-Package AdoNetDataMapper
dotnet add package AdoNetDataMapper
paket add AdoNetDataMapper
AdoNetDataMapper Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
A mapping library to objects from ado.net data tables and data rows.
You can create a strongly typed list from a datatable object or convert a datarow to a strongly typed object.
Supported naming conventions are : pascal case , underscore case and camel case..