Insightful.Core.DataAccess.SQL
8.1.2
dotnet add package Insightful.Core.DataAccess.SQL --version 8.1.2
NuGet\Install-Package Insightful.Core.DataAccess.SQL -Version 8.1.2
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="Insightful.Core.DataAccess.SQL" Version="8.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Insightful.Core.DataAccess.SQL --version 8.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Insightful.Core.DataAccess.SQL, 8.1.2"
#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 Insightful.Core.DataAccess.SQL as a Cake Addin
#addin nuget:?package=Insightful.Core.DataAccess.SQL&version=8.1.2
// Install Insightful.Core.DataAccess.SQL as a Cake Tool
#tool nuget:?package=Insightful.Core.DataAccess.SQL&version=8.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Insightful.Core.DataAccess.SQL
-
net8.0
- Insightful.Core.DataAccess.Interface (>= 8.1.0)
- Insightful.Core.ExecutionContext (>= 8.0.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.4)
Base SQL dataacess package. Contains repository class to work with SQLDB
[2024/07/25] - use mutliple dbcontext in single project
[2024/05/29] - added methods for executing procedure.