Client Interfaces Guide > TIBCO ADO.NET 2020 Data Provider for TDV > Using ADO.NET (DbProviderFactory)
 
Using ADO.NET (DbProviderFactory)
The ADO.NET Provider for TIBCO(R) Data Virtualization implements the CompositeProviderFactory class to enable you to write generic data access code to TDV through the ADO.NET base classes.
Creating Data Access Objects with CompositeProviderFactory
The following sections show how to use the CompositeProviderFactory class to create objects like CompositeConnection, CompositeCommand, and CompositeDataAdapter in a generic way.
Creating DbConnections
Executing DbCommands