Rabbit.Components.Data 1.2.2.4-beta1

This is a prerelease version of Rabbit.Components.Data.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Rabbit.Components.Data --version 1.2.2.4-beta1
NuGet\Install-Package Rabbit.Components.Data -Version 1.2.2.4-beta1
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.2.2.4-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rabbit.Components.Data --version 1.2.2.4-beta1
#r "nuget: Rabbit.Components.Data, 1.2.2.4-beta1"
#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.2.2.4-beta1&prerelease

// Install Rabbit.Components.Data as a Cake Tool
#tool nuget:?package=Rabbit.Components.Data&version=1.2.2.4-beta1&prerelease

Rabbit.Components.Data。

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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,065 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,247 5/1/2015

实体不一定需要继承IEntity,现在可以通过EntityAttribute来标记。