![]() |
VOOZH | about |
dotnet add package BVP.Common.Database --version 1.3.2.6
NuGet\Install-Package BVP.Common.Database -Version 1.3.2.6
<PackageReference Include="BVP.Common.Database" Version="1.3.2.6" />
<PackageVersion Include="BVP.Common.Database" Version="1.3.2.6" />Directory.Packages.props
<PackageReference Include="BVP.Common.Database" />Project file
paket add BVP.Common.Database --version 1.3.2.6
#r "nuget: BVP.Common.Database, 1.3.2.6"
#:package BVP.Common.Database@1.3.2.6
#addin nuget:?package=BVP.Common.Database&version=1.3.2.6Install as a Cake Addin
#tool nuget:?package=BVP.Common.Database&version=1.3.2.6Install as a Cake Tool
All code related to databases, sql and documentstores.
Register the interceptor in your DbContext setup:
services.AddSingleton<SafeUpdateDeleteInterceptor>();
services.AddDbContext<AppDbContext>((provider, options) =>
{
options
.UseSqlServer("YourConnectionString")
.AddInterceptors(provider.GetRequiredService<UnSafeUpdateDeleteInterceptor>());
});
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.