Rabbit.Components.Data 1.3.0

dotnet add package Rabbit.Components.Data --version 1.3.0
NuGet\Install-Package Rabbit.Components.Data -Version 1.3.0
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="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
#r "nuget: Rabbit.Components.Data, 1.3.0"
#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 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

基于 Rabbit.Kernel 的数据组件。

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 (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 4,069 7/25/2015
1.2.2.4-beta2 982 7/21/2015
1.2.2.4-beta1 859 7/2/2015
1.2.2.3 3,258 5/1/2015

1.实体不一定需要继承IEntity,现在可以通过EntityAttribute来标记。
2.为.net45添加异步的Flush方法。
3.使用新的版本号机制。