<docbook><section><title>OPLDataAdapter</title><bridgehead class="http://www.w3.org/1999/xhtml:h3">OPLDataAdapter</bridgehead>
<para>Represents a set of data commands and a database connection that are used to fill a <ulink url="DataSet">DataSet</ulink> and update a data source.</para><bridgehead class="http://www.w3.org/1999/xhtml:h4">Constructors</bridgehead>
<programlisting>public OPLDataAdapter();
</programlisting><para>Initializes a new instance of the OPLDataAdapter class.</para><para> </para><programlisting>public OPLDataAdapter (OPLCommand selectCommand);
</programlisting><para>Initializes a new instance of the OPLDataAdapter class with the specified SQL SELECT statement.</para><para> </para><programlisting>public OPLDataAdapter (string selectCommandText, OPLConnection selectConnection);
</programlisting><para>Initializes a new instance of the OPLDataAdapter class with an SQL SELECT statement and an OPLConnection.</para><para> </para><programlisting>public OPLDataAdapter (string selectCommandText, string selectConnectionString);
</programlisting><para>Initializes a new instance of the OPLDataAdapter class with an SQL SELECT statement and a connection string.</para><bridgehead class="http://www.w3.org/1999/xhtml:h4">Methods</bridgehead>
<programlisting>public event OPLRowUpdatedEventHandler RowUpdated;
</programlisting><para>Occurs during an Update operation after a command is executed against the data source.</para><para> </para><programlisting>public event OPLRowUpdatingEventHandler RowUpdating;
</programlisting><para> Occurs during an Update operation before a command is executed against the data source.
</para></section></docbook>