OdbcDataAdapter Constructor |
Overloaded. Initializes a new instance of the OdbcDataAdapter class. |
AcceptChangesDuringFill (inherited from DataAdapter) |
Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
ContinueUpdateOnError (inherited from DataAdapter) |
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. |
DeleteCommand |
Gets or sets an SQL statement or stored procedure used to delete records in the data source. |
InsertCommand |
Gets or sets an SQL statement or stored procedure used to insert new records into the data source. |
MissingMappingAction (inherited from DataAdapter) |
Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction (inherited from DataAdapter) |
Determines the action to take when existing DataSet schema does not match incoming data. |
SelectCommand |
Gets or sets an SQL statement or stored procedure used to select records in the data source. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
TableMappings (inherited from DataAdapter) |
Gets a collection that provides the master mapping between a source table and a DataTable. |
UpdateCommand |
Gets or sets an SQL statement or stored procedure used to update records in the data source. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
Fill (inherited from DbDataAdapter) |
Overloaded. Overridden. Adds or refreshes rows in the DataSet to match those in the data source. |
FillSchema (inherited from DbDataAdapter) |
Overloaded. Overridden. Adds a DataTable to a DataSet and configures the schema to match that in the data source. |
GetFillParameters (inherited from DbDataAdapter) |
Overridden. Gets the parameters set by the user when executing an SQL SELECT statement. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Update (inherited from DbDataAdapter) |
Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
FillError (inherited from DbDataAdapter) |
Returned when an error occurs during a fill operation. |
RowUpdated |
Occurs during an update operation after a command is executed against the data source. |
RowUpdating |
Occurs during Update before a command is executed against the data source. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
CloneInternals (inherited from DataAdapter) |
Obsolete. Creates a copy of this instance of DataAdapter. |
CreateRowUpdatedEvent |
Overridden. Initializes a new instance of the RowUpdatedEventArgs class, regardless of whether the update is successful. |
CreateRowUpdatingEvent |
Overridden. Initializes a new instance of the RowUpdatingEventArgs class. |
CreateTableMappings (inherited from DataAdapter) |
Creates a new DataTableMappingCollection. |
Dispose |
Overloaded. Overridden. Releases the resources used by the OdbcDataAdapter. |
Fill (inherited from DbDataAdapter) |
Overloaded. Overridden. Adds or refreshes rows in the DataSet to match those in the data source. |
FillSchema (inherited from DbDataAdapter) |
Overloaded. Overridden. Adds a DataTable to a DataSet and configures the schema to match that in the data source. |
Finalize (inherited from Component) |
Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
OnFillError (inherited from DbDataAdapter) |
Raises the FillError event. |
OnRowUpdated |
Overridden. Raises the RowUpdated event using a RowUpdatedEventArgs object. |
OnRowUpdating |
Overridden. Raises the RowUpdating event using a RowUpdatingEventArgs object, whether or not the update operation is successful. |
ShouldSerializeTableMappings (inherited from DataAdapter) |
Determines whether one or more DataTableMapping objects exist and they should be persisted. |
Update (inherited from DbDataAdapter) |
Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. |