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

Teradata.Client.Provider Namespace : TdDataAdapter Class

The following tables list the members exposed by TdDataAdapter.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether System.Data.DataRow.AcceptChanges is called on a System.Data.DataRow after it is added to the System.Data.DataTable during any of the Fill operations. (Inherited from System.Data.Common.DataAdapter)
Public PropertyGets or sets whether System.Data.DataRow.AcceptChanges is called during a System.Data.Common.DataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.DataAdapter)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. (Inherited from System.Data.Common.DataAdapter)
Public PropertyGets or sets a TdCommand used to delete a row from a Teradata Table corresponding to a row in a DataTable..  
Public PropertyGets or sets the System.Data.LoadOption that determines how the adapter fills the System.Data.DataTable from the System.Data.Common.DbDataReader. (Inherited from System.Data.Common.DataAdapter)
Public PropertyGets or sets a TdCommand used to insert a row into a Teradata Table corresponding to a row in a DataTable.  
Public PropertyWhen commands are batched, the sequence should be kept or not. The default is false.  
Public PropertyDetermines the action to take when incoming data does not have a matching table or column. (Inherited from System.Data.Common.DataAdapter)
Public PropertyDetermines the action to take when existing System.Data.DataSet schema does not match incoming data. (Inherited from System.Data.Common.DataAdapter)
Public PropertyGets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. (Inherited from System.Data.Common.DataAdapter)
Public PropertyGets or sets a TdCommand used to fill a DataTable(s) with the corresponding result set(s) from Teradata Database.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets a collection that provides the master mapping between a source table and a System.Data.DataTable. (Inherited from System.Data.Common.DataAdapter)
Public PropertyOverridden. Gets or sets a value that specifies the number of rows that can be executed in a batch.  
Public PropertyGets or sets a TdCommand used to update a Teradata Database table row corresponding to a row in a DataTable.  
Top
Public Methods
 NameDescription
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 Method (Inherited from object)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataAdapter)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataAdapter)
Public MethodGets the parameters set by the user when executing an SQL SELECT statement. (Inherited from System.Data.Common.DbDataAdapter)
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 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 MethodResets System.Data.Common.DataAdapter.FillLoadOption to its default state and causes System.Data.Common.DataAdapter.Fill(System.Data.DataSet) to honor System.Data.Common.DataAdapter.AcceptChangesDuringFill. (Inherited from System.Data.Common.DataAdapter)
Public MethodDetermines whether the System.Data.Common.DataAdapter.AcceptChangesDuringFill property should be persisted. (Inherited from System.Data.Common.DataAdapter)
Public MethodDetermines whether the System.Data.Common.DataAdapter.FillLoadOption property should be persisted. (Inherited from System.Data.Common.DataAdapter)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataAdapter)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public EventReturned when an error occurs during a fill operation. (Inherited from System.Data.Common.DataAdapter)
Public EventOccurs during an Update operation after a TdCommand is executed for any one DataRow.  
Public EventOccurs during an Update operation before a TdCommand is executed for any one DataRow.  
Top
See Also

Reference

TdDataAdapter Class
Teradata.Client.Provider Namespace