EssentialDesigns.Data
2.0.5416
dotnet add package EssentialDesigns.Data --version 2.0.5416
NuGet\Install-Package EssentialDesigns.Data -Version 2.0.5416
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="EssentialDesigns.Data" Version="2.0.5416" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EssentialDesigns.Data --version 2.0.5416
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EssentialDesigns.Data, 2.0.5416"
#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 EssentialDesigns.Data as a Cake Addin #addin nuget:?package=EssentialDesigns.Data&version=2.0.5416 // Install EssentialDesigns.Data as a Cake Tool #tool nuget:?package=EssentialDesigns.Data&version=2.0.5416
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is data library for Essential Designs projects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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.
-
.NETFramework 4.5
- EssentialDesigns.Diagnosis (>= 2.0.0)
- EssentialDesigns.Security (>= 2.0.0)
- Newtonsoft.Json (>= 6.0.2)
- Ninject (>= 3.2.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on EssentialDesigns.Data:
Package | Downloads |
---|---|
EssentialDesigns.Mvc
This is mvc library for Essential Designs projects. |
|
EssentialDesigns.Data.SqlServer
This is sql server data related library for Essential Designs projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.5416 | 1,358 | 3/10/2015 |
In this realease we fixed a bug where the foriegn key was taking the child class name for getting data but was searching for base class name for insert and update data.