CL.DB 1.0.3

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CL.DB" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CL.DB --version 1.0.3
#r "nuget: CL.DB, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CL.DB:

Package Downloads
CL.AUTH

Servicios para recuperacion y cambio de contraseñas

CL.UDFS

Implementación de udfs dinámicos

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.0 261 11/28/2023
2.0.0 184 9/19/2023
1.0.9 185 5/12/2023
1.0.8 264 2/17/2023
1.0.7 272 2/10/2023
1.0.6 286 1/31/2023
1.0.5 280 1/31/2023
1.0.4 279 1/30/2023
1.0.3 286 1/30/2023
1.0.2 294 1/30/2023
1.0.1 283 1/30/2023
1.0.0 301 1/25/2023