Oracle 5.0 Reference Manual page 2032

Table of Contents

Advertisement

GetType (inherited from Object)
InitializeLifetimeService (inherited from
MarshalByRefObject)
ResetFillLoadOption (inherited from DataAdapter) Resets FillLoadOptionto its default state and
ShouldSerializeAcceptChangesDuringFill
(inherited from DataAdapter)
ShouldSerializeFillLoadOption (inherited from
DataAdapter)
ToString (inherited from Component)
Update (inherited from DbDataAdapter)
Public Instance Events
Disposed (inherited from Component)
FillError (inherited from DataAdapter)
RowUpdated
RowUpdating
Protected Internal Instance Properties
FillCommandBehavior (inherited from
DbDataAdapter)
See Also
MySqlDataAdapter
20.2.7.1.5.1.2.2.1.1.1.
Initializes a new instance of the
Overload List
Initializes a new instance of the
public MySqlDataAdapter();
public MySqlDataAdapter(MySqlCommand);
public MySqlDataAdapter(string,MySqlConnection);
public MySqlDataAdapter(string,string);
See Also
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Constructor
MySqlDataAdapter
MySqlDataAdapter
MySqlDataAdapter
Gets the Type of the current instance.
Obtains a lifetime service object to control the
lifetime policy for this instance.
causes Fillto honor AcceptChangesDuringFill.
Determines whether the
AcceptChangesDuringFillproperty should be
persisted.
Determines whether the FillLoadOptionproperty
should be persisted.
Returns a String containing the name of the
Component, if any. This method should not be
overridden.
Overloaded. Calls the respective INSERT,
UPDATE, or DELETE statements for each
inserted, updated, or deleted row in the specified
DataSet.
Adds an event handler to listen to the Disposed
event on the component.
Returned when an error occurs during a fill
operation.
Occurs during Update after a command is
executed against the data source. The attempt to
update is made, so the event fires.
Occurs during Update before a command is
executed against the data source. The attempt to
update is made, so the event fires.
Gets or sets the behavior of the command used to
fill the data adapter.
class.
class.
2012

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents