Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 3.1.0 |
Author(s): | Teradata Corporation |
Last Update: | Monday, November 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://downloads.teradata.com/download/connectivity/net-data-provider-for-teradata |
NuGet Url: | https://www.nuget.org/packages/Teradata.EntityFrameworkCore |
Install
Install-Package Teradata.EntityFrameworkCore
dotnet add package Teradata.EntityFrameworkCore
paket add Teradata.EntityFrameworkCore
Teradata.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.5 && < 3.2.0)
- Teradata.Client.Provider(>= 16.20.9 && < 18.0.0)
Tags
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+.