Teradata.EntityFrameworkCore
3.1.0
The Teradata Entity Framework Core Provider is an implementation of a database provider for Microsoft Entity Framework Core (EFCore) v3.1. It allows EFCore applications to load data into or retrieve data from the Teradata Database or Teradata Advanced SQL Engine.
See the Readme.txt included in the package for a list of features and limitations.
Supported platforms:
- .NET Standard 2.0+
Install-Package Teradata.EntityFrameworkCore -Version 3.1.0
dotnet add package Teradata.EntityFrameworkCore --version 3.1.0
<PackageReference Include="Teradata.EntityFrameworkCore" Version="3.1.0" />
paket add Teradata.EntityFrameworkCore --version 3.1.0
#r "nuget: Teradata.EntityFrameworkCore, 3.1.0"
// Install Teradata.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=Teradata.EntityFrameworkCore&version=3.1.0
// Install Teradata.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=Teradata.EntityFrameworkCore&version=3.1.0
Please review the Readme.txt included in the package or the following documentation for features and limitations:
Please review the Readme.txt included in the package or the following documentation for features and limitations:
Dependencies
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore.Relational (>= 3.1.5 && < 3.2.0)
- Teradata.Client.Provider (>= 16.20.9 && < 18.0.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Teradata.EntityFrameworkCore:
Package | Downloads |
---|---|
Innolux.Hos.ScheduleMaster.Core
Package Description
|
|
Teradata.EntityFrameworkCore.NetTopologySuite
NetTopologySuite support for the Teradata Entity Framework Core Provider.
|
GitHub repositories
This package is not used by any popular GitHub repositories.