Send feedback on this topic.
Teradata.Client.Provider
TdFactory Class
Members 



Teradata.Client.Provider Namespace : TdFactory Class
Creates instances of TdCommand, TdCommandBuilder, TdConnection, TdDataAdapter and TdParameter classes.
Syntax
'Declaration
 
Public NotInheritable Class TdFactory 
   Inherits System.Data.Common.DbProviderFactory
   Implements System.IServiceProvider 
'Usage
 
Dim instance As TdFactory
public ref class TdFactory sealed : public System.Data.Common.DbProviderFactory, System.IServiceProvider  
Remarks
TdFactory implements the required methods of System.Data.Common.DbProviderFactory class. For additional information see System.Data.Common.DbProviderFactory class.
Inheritance Hierarchy

System.Object
   System.Data.Common.DbProviderFactory
      Teradata.Client.Provider.TdFactory

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdFactory Members
Teradata.Client.Provider Namespace