Send feedback on this topic.
Teradata.Client.Provider
Overview of the EFCore Provider
.NET Data Provider for Teradata > Developer's Guide > Teradata Entity Framework Core Provider > Overview of the EFCore Provider
.NET Framework  This feature is not supported by the .NET Framework implementation of the Data Provider.

Overview

The Teradata Entity Framework Core Provider ("EFCore Provider") is an implementation of a database provider for Entity Framework Core. It enables an application to use the Entity Framework Core technology to:

EFCore Provider 2.2.x supports Entity Framework Core 2.2.x and Teradata Database 16.10 and later.

EFCore Provider 3.1.x supports Entity Framework Core 3.1.x and Teradata Database 16.10 and later.

EFCore Provider uses the Data Provider to communicate with the Teradata SQL Engine. The EFCore Provider is affected by the limitations of the Teradata SQL Engine (see Limitations).

EFCore Provider is distributed as a NuGet package, available at https://www.nuget.org/packages/Teradata.EntityFrameworkCore/.

Spatial Data (Geospatial) is supported via a separate NTS support package, available at https://www.nuget.org/packages/Teradata.EntityFrameworkCore.NetTopologySuite/.

See Also

Entity Framework Core