Realiza la consulta en la base de datos mysql,postgres,sql server,oracle especificada de forma asíncrona y devuelve los resultados en un objeto JSON o bien en una lista de objetos de tipo dynamic.
Info
Version: | 4.0.3 |
Author(s): | Arsoft CR |
Last Update: | Monday, December 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/arsoftcr/noef |
NuGet Url: | https://www.nuget.org/packages/noef |
Install
Install-Package noef
dotnet add package noef
paket add noef
noef Download (Unzip the "nupkg" after downloading)
Dependencies
- MySql.Data(>= 8.0.19)
- Newtonsoft.Json(>= 12.0.3)
- Npgsql(>= 4.1.3)
- Oracle.ManagedDataAccess(>= 19.6.0)
- System.Collections(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
- System.Data.SqlClient(>= 4.8.0)
- System.Linq(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)