Name | Description | |
---|---|---|
![]() | TdDataAdapter Constructor | Overloaded. |
The following tables list the members exposed by TdDataAdapter.
Name | Description | |
---|---|---|
![]() | TdDataAdapter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AcceptChangesDuringFill | Gets 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) |
![]() | AcceptChangesDuringUpdate | Gets 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) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | ContinueUpdateOnError | Gets 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) |
![]() | DeleteCommand | Gets or sets a TdCommand used to delete a row from a Teradata Table corresponding to a row in a DataTable.. |
![]() | FillLoadOption | Gets 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) |
![]() | InsertCommand | Gets or sets a TdCommand used to insert a row into a Teradata Table corresponding to a row in a DataTable. |
![]() | KeepCommandBatchSequence | When commands are batched, the sequence should be kept or not. The default is false. |
![]() | MissingMappingAction | Determines the action to take when incoming data does not have a matching table or column. (Inherited from System.Data.Common.DataAdapter) |
![]() | MissingSchemaAction | Determines the action to take when existing System.Data.DataSet schema does not match incoming data. (Inherited from System.Data.Common.DataAdapter) |
![]() | ReturnProviderSpecificTypes | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. (Inherited from System.Data.Common.DataAdapter) |
![]() | SelectCommand | Gets or sets a TdCommand used to fill a DataTable(s) with the corresponding result set(s) from the Advanced SQL Engine. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | TableMappings | Gets a collection that provides the master mapping between a source table and a System.Data.DataTable. (Inherited from System.Data.Common.DataAdapter) |
![]() | UpdateBatchSize | Overridden. Gets or sets a value that specifies the number of rows that can be executed in a batch. |
![]() | UpdateCommand | Gets or sets a TdCommand used to update a SQL table row corresponding to a row in a DataTable. |
Name | Description | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | Equals | (Inherited from object) |
![]() | GetFillParameters | Gets the parameters set by the user when executing an SQL SELECT statement. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | ResetFillLoadOption | Resets 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) |
![]() | ShouldSerializeAcceptChangesDuringFill | Determines whether the System.Data.Common.DataAdapter.AcceptChangesDuringFill property should be persisted. (Inherited from System.Data.Common.DataAdapter) |
![]() | ShouldSerializeFillLoadOption | Determines whether the System.Data.Common.DataAdapter.FillLoadOption property should be persisted. (Inherited from System.Data.Common.DataAdapter) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | FillError | Returned when an error occurs during a fill operation. (Inherited from System.Data.Common.DataAdapter) |
![]() | RowUpdated | Occurs during an Update operation after a TdCommand is executed for any one DataRow. |
![]() | RowUpdating | Occurs during an Update operation before a TdCommand is executed for any one DataRow. |