Rabbit.Components.Data
1.3.0
.NET Framework 4.0
Install-Package Rabbit.Components.Data -Version 1.3.0
dotnet add package Rabbit.Components.Data --version 1.3.0
<PackageReference Include="Rabbit.Components.Data" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rabbit.Components.Data --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rabbit.Components.Data, 1.3.0"
#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 Rabbit.Components.Data as a Cake Addin
#addin nuget:?package=Rabbit.Components.Data&version=1.3.0
// Install Rabbit.Components.Data as a Cake Tool
#tool nuget:?package=Rabbit.Components.Data&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
基于 Rabbit.Kernel 的数据组件。
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Rabbit.Kernel (>= 1.2.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Rabbit.Components.Data:
Package | Downloads |
---|---|
Rabbit.Components.Data.Migrators
数据迁移组件。 |
|
Rabbit.Components.Data.EntityFramework
基于 EntityFramework 对 Rabbit.Components.Data 的实现。 |
|
Rabbit.Components.Data.Mvc
针对 MVC 应用程序数据组件的扩展。 |
|
Rabbit.Components.Data.Migrators.MySql
数据迁移组件。 |
|
Rabbit.Components.Data.MySql
MySql数据提供程序。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 2,647 | 7/25/2015 |
1.2.2.4-beta2 | 822 | 7/21/2015 |
1.2.2.4-beta1 | 738 | 7/2/2015 |
1.2.2.3 | 2,368 | 5/1/2015 |
1.实体不一定需要继承IEntity,现在可以通过EntityAttribute来标记。
2.为.net45添加异步的Flush方法。
3.使用新的版本号机制。