Info
Version: | 4.3.0 |
Author(s): | Kevin Perez |
Last Update: | Tuesday, July 27, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ZAORM |
Install
Install-Package ZAORM
dotnet add package ZAORM
paket add ZAORM
ZAORM Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 3.1.1)
- System.Data.SqlClient(>= 4.8.2)
ZAORM.SQL for connect more simple to MSSQL database and return a Model or IEnumerable <Model>
of your DB.
ZAORM.FireDB for connect more simple to FireBird database and return a Model or
IEnumerable <Model> of your DB.
ZAORM.Excel for connect more simple to Excel file and return a Model or
IEnumerable <Model> of one worksheet (only one worksheet for consult.)
All use SqlClient, FireBirdClient and OleDB simple.
NOTE: Not is neccessary add to proyect, only add ZAORM.SQL, ZAORM.Excel or ZAORM.FireBD nuget for use.