CL.DB
1.0.3
See the version list below for details.
dotnet add package CL.DB --version 1.0.3
NuGet\Install-Package CL.DB -Version 1.0.3
<PackageReference Include="CL.DB" Version="1.0.3" />
paket add CL.DB --version 1.0.3
#r "nuget: CL.DB, 1.0.3"
// Install CL.DB as a Cake Addin #addin nuget:?package=CL.DB&version=1.0.3 // Install CL.DB as a Cake Tool #tool nuget:?package=CL.DB&version=1.0.3
Acerca de CL.DB
Permite contruir y ejecutar scripts de base de datos a través de un contexto EntityFramework y retornar un result set mapeado a su objeto de interés.
¿Qué resuelve?
Optimiza los tiempos de creación de transacciones CRUD, permitiéndole al desarrrollar invocar los métodos que esta librería ofrece y asi evitarse tener que estar mapeado las propiedades de un objeto. Esto nos permite solo tener que crear los objetos de base de datos que van a recibir estas propiedades.
Rutinas
GetDataTable : System.Data.DataTable
- System.Data.Common.DbConnection _connection
- System.String _query
Usado para devolver una tabla según el query suministrado
GetDataSet: System.Data.DataSet
- System.String _stringConnection
- System.String _query
Usado para devolver el resultado de multiples tablas que puede
retornar un query
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6
- EntityFramework (>= 6.4.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CL.DB:
Package | Downloads |
---|---|
CL.PINPAD
Servicios para respado de transacciones pinpad |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.3-alpha | 73 | 12/20/2024 |
2.1.2-alpha | 82 | 10/24/2024 |
2.1.1-alpha | 68 | 10/24/2024 |
2.1.0 | 329 | 11/28/2023 |
2.0.0 | 231 | 9/19/2023 |
1.0.9 | 217 | 5/12/2023 |
1.0.8 | 296 | 2/17/2023 |
1.0.7 | 306 | 2/10/2023 |
1.0.6 | 315 | 1/31/2023 |
1.0.5 | 307 | 1/31/2023 |
1.0.4 | 311 | 1/30/2023 |
1.0.3 | 312 | 1/30/2023 |
1.0.2 | 322 | 1/30/2023 |
1.0.1 | 311 | 1/30/2023 |
1.0.0 | 329 | 1/25/2023 |