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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdFactory Members
Teradata.Client.Provider Namespace