Mono Class Library: Overview

System.Data.Common.DbDataAdapter: Members

The members of System.Data.Common.DbDataAdapter are listed below.

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

Protected Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

const
DefaultSourceTableNamestring. Documentation for this section has not yet been entered.

Public Properties

DeleteCommandDbCommand. Documentation for this section has not yet been entered.
InsertCommandDbCommand. Documentation for this section has not yet been entered.
SelectCommandDbCommand. Documentation for this section has not yet been entered.
UpdateBatchSizeint. Documentation for this section has not yet been entered.
UpdateCommandDbCommand. Documentation for this section has not yet been entered.

Protected Properties

FillCommandBehaviorSystem.Data.CommandBehavior. Documentation for this section has not yet been entered.

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.

Public Events

FillErrorDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICloneable.CloneDocumentation for this section has not yet been entered.
System.Data.IDbDataAdapter.DeleteCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.
System.Data.IDbDataAdapter.InsertCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.
System.Data.IDbDataAdapter.SelectCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.
System.Data.IDbDataAdapter.UpdateCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.