Mono Class Library: Overview

System.Data.Common.DbDataAdapter: Method Members

The methods of System.Data.Common.DbDataAdapter are listed below. For a list of all members, see the DbDataAdapter Members list.

See Also: Inherited members from System.Data.Common.DataAdapter

Public Methods

override
Fill(System.Data.DataSet) : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataTable) : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataSet, string) : int
Documentation for this section has not yet been entered.
Fill(int, int, params System.Data.DataTable[]) : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataSet, int, int, string) : int
Documentation for this section has not yet been entered.
override
FillSchema(System.Data.DataSet, System.Data.SchemaType) : System.Data.DataTable[]
Documentation for this section has not yet been entered.
FillSchema(System.Data.DataTable, System.Data.SchemaType) : System.Data.DataTable
Documentation for this section has not yet been entered.
FillSchema(System.Data.DataSet, System.Data.SchemaType, string) : System.Data.DataTable[]
Documentation for this section has not yet been entered.
override
GetFillParameters() : System.Data.IDataParameter[]
Documentation for this section has not yet been entered.
Update(System.Data.DataRow[]) : int
Documentation for this section has not yet been entered.
override
Update(System.Data.DataSet) : int
Documentation for this section has not yet been entered.
Update(System.Data.DataTable) : int
Documentation for this section has not yet been entered.
Update(System.Data.DataSet, string) : int
Documentation for this section has not yet been entered.

Protected Methods

AddToBatch(System.Data.IDbCommand) : int
Documentation for this section has not yet been entered.
ClearBatch()
Documentation for this section has not yet been entered.
CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, DataTableMapping) : RowUpdatedEventArgs
Documentation for this section has not yet been entered.
CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, DataTableMapping) : RowUpdatingEventArgs
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.
ExecuteBatch() : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataTable, System.Data.IDataReader) : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataTable, System.Data.IDbCommand, System.Data.CommandBehavior) : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataSet, string, System.Data.IDataReader, int, int) : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataTable[], int, int, System.Data.IDbCommand, System.Data.CommandBehavior) : int
Documentation for this section has not yet been entered.
Fill(System.Data.DataSet, int, int, string, System.Data.IDbCommand, System.Data.CommandBehavior) : int
Documentation for this section has not yet been entered.
FillSchema(System.Data.DataTable, System.Data.SchemaType, System.Data.IDbCommand, System.Data.CommandBehavior) : System.Data.DataTable
Documentation for this section has not yet been entered.
FillSchema(System.Data.DataSet, System.Data.SchemaType, System.Data.IDbCommand, string, System.Data.CommandBehavior) : System.Data.DataTable[]
Documentation for this section has not yet been entered.
GetBatchedParameter(int, int) : System.Data.IDataParameter
Documentation for this section has not yet been entered.
GetBatchedRecordsAffected(int, out int, out Exception) : bool
Documentation for this section has not yet been entered.
InitializeBatching()
Documentation for this section has not yet been entered.
OnFillError(System.Data.FillErrorEventArgs)
Documentation for this section has not yet been entered.
OnRowUpdated(RowUpdatedEventArgs)
Documentation for this section has not yet been entered.
OnRowUpdating(RowUpdatingEventArgs)
Documentation for this section has not yet been entered.
TerminateBatching()
Documentation for this section has not yet been entered.
Update(System.Data.DataRow[], DataTableMapping) : int
Documentation for this section has not yet been entered.