Client Interfaces Guide > TIBCO ADO.NET 2020 Data Provider for TDV > Using ADO.NET (Entity Framework Core)
 
Using ADO.NET (Entity Framework Core)
Creating EF 6 Models from the Designer and Code
The ADO.NET Provider for TIBCO(R) Data Virtualization includes an Entity Framework (EF) Core provider: See EFCore Console Application or EFCore ASP.NET Application to set up your desired project. The following sections show how to build an EF data model that surfaces access to TDV tables.
Code-First Approach shows how to manually define the entity definitions.
Reverse Engineering (Scaffolding) shows how to generate a model using scaffolding.