Mono Class Library: Overview

System.Data.Common.DataAdapter: Method Members

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

See Also: Inherited members from System.ComponentModel.Component

Public Methods

Fill(System.Data.DataSet) : int
Documentation for this section has not yet been entered.
FillSchema(System.Data.DataSet, System.Data.SchemaType) : System.Data.DataTable[]
Documentation for this section has not yet been entered.
GetFillParameters() : System.Data.IDataParameter[]
Documentation for this section has not yet been entered.
ResetFillLoadOption()
Documentation for this section has not yet been entered.
ShouldSerializeAcceptChangesDuringFill() : bool
Documentation for this section has not yet been entered.
ShouldSerializeFillLoadOption() : bool
Documentation for this section has not yet been entered.
Update(System.Data.DataSet) : int
Documentation for this section has not yet been entered.

Protected Methods

CloneInternals() : DataAdapter
Documentation for this section has not yet been entered.
CreateTableMappings() : DataTableMappingCollection
Documentation for this section has not yet been entered.
override
Dispose(bool)
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.IDataReader, int, int) : 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.
FillSchema(System.Data.DataTable, System.Data.SchemaType, System.Data.IDataReader) : System.Data.DataTable
Documentation for this section has not yet been entered.
FillSchema(System.Data.DataSet, System.Data.SchemaType, string, System.Data.IDataReader) : System.Data.DataTable[]
Documentation for this section has not yet been entered.
HasTableMappings() : bool
Documentation for this section has not yet been entered.
OnFillError(System.Data.FillErrorEventArgs)
Documentation for this section has not yet been entered.
ShouldSerializeTableMappings() : bool
Documentation for this section has not yet been entered.