EFCore.Dm
5.0.1
.NET 5.0
Install-Package EFCore.Dm -Version 5.0.1
dotnet add package EFCore.Dm --version 5.0.1
<PackageReference Include="EFCore.Dm" Version="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFCore.Dm --version 5.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EFCore.Dm, 5.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install EFCore.Dm as a Cake Addin
#addin nuget:?package=EFCore.Dm&version=5.0.1
// Install EFCore.Dm as a Cake Tool
#tool nuget:?package=EFCore.Dm&version=5.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dm database provider for Entity Framework Core5.0
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Microsoft.EntityFrameworkCore.Relational (>= 5.0.1)
- Zny.DmProvider (>= 1.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EFCore.Dm:
Package | Downloads |
---|---|
ZackEFCore.Batch.Dm
A Dm(达梦数据库)-specific version of Zack.EFCore.Batch. Using this library, Entity Framework Core users can delete or update multiple records from a LINQ Query in a SQL statement without loading entities. This libary supports Entity Framework Core 5.0. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on EFCore.Dm:
Repository | Stars |
---|---|
yangzhongke/Zack.EFCore.Batch
Deleting or Updating multiple records from a LINQ Query in a SQL statement without loading entities
|