Send feedback on this topic.
Teradata.Client.Provider
TdConnection Class Members
Properties  Methods  Events

Teradata.Client.Provider Namespace : TdConnection Class

The following tables list the members exposed by TdConnection.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets or sets the string used to open a connection to Teradata. The ConnectionString identifies session attributes like User Id, Password, Data Source etc.  
Public PropertyOverridden. Returns connection timeout value set in the connection string. Zero indicates an indefinite timeout period.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyOverridden. Gets the default database name.  
Public PropertyOverridden. Gets the Teradata server (a.k.a DBC Name TDPID) name.  
Public PropertyGets and sets the isolation level of the current connection  
Public PropertyGets the TdQueryBand object that contains the Query Bands defined at Connection Level.  
Public PropertyOverridden. Gets the Teradata server version after a connection is established.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyOverridden. Gets the current state of the data source connection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
Public MethodOverridden. Changes the default database associated with this Teradata connection.  
Public MethodThe Connection Level Query Bands are modified to those defined in queryBand.  
Public MethodOverridden. Closes the connection to Teradata.  
Public MethodCreates and returns a TdCommand object.  
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodEnlists in the specified transaction. (Inherited from System.Data.Common.DbConnection)
Public Method (Inherited from object)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Overridden.   
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Opens a Teradata session using the attributes specified via the TdConnection.ConnectionString.  
Public MethodOverloaded. Overridden.   
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventThe .Net Data Provider for Teradata will raise this event after it has completed sending the contents of a file to the Teradata Database. The Teradata Database will request the contents of a file when a DDL statement is executed to create/replace a function (e.g. stored procedure, UDF, UDT) and a file that resides on the client machine is specified.  
Public Event (Inherited from System.ComponentModel.Component)
Public EventThe .NET Data Provider for Teradata generates events to convey informational or warning messages.  
Public EventThe .Net Data Provider for Teradata generates events when the Teradata Database requests the contents of a file.  
Public EventThe .Net Data Provider for Teradata will raise this event to add additional time for reconnection.  
Public EventOccurs when the state of the TdConnection changes.  
Top
See Also

Reference

TdConnection Class
Teradata.Client.Provider Namespace
TdCommand Class
TdDataReader Class
TdDataAdapter Class