Client Interfaces Guide > TIBCO ADO.NET 2020 Data Provider for TDV > Using ADO.NET (Entity Framework)
 
Using ADO.NET (Entity Framework)
Creating EF 6 Models from the Designer and Code
The ADO.NET Provider for TIBCO(R) Data Virtualization includes an Entity Framework 6 (EF6) provider: See Using EF 6 to set up a project. The following sections show how to build an EF data model that surfaces access to TDV tables.
Model-First Approach shows how to generate a model using schema introspection.
Code-First Approach shows how to manually define the entity definitions.