Mono Class Library: Overview

System.Data.Common.DataAdapter: Members

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

See Also: Inherited members from System.ComponentModel.Component

Protected Constructors

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

Public Properties

AcceptChangesDuringFillbool. Documentation for this section has not yet been entered.
AcceptChangesDuringUpdatebool. Documentation for this section has not yet been entered.
ContinueUpdateOnErrorbool. Documentation for this section has not yet been entered.
FillLoadOptionSystem.Data.LoadOption. Documentation for this section has not yet been entered.
MissingMappingActionSystem.Data.MissingMappingAction. Documentation for this section has not yet been entered.
MissingSchemaActionSystem.Data.MissingSchemaAction. Documentation for this section has not yet been entered.
ReturnProviderSpecificTypesbool. Documentation for this section has not yet been entered.
[read-only]
TableMappingsDataTableMappingCollection. Documentation for this section has not yet been entered.

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.

Public Events

FillErrorDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

[read-only]
System.Data.IDataAdapter.TableMappingsSystem.Data.ITableMappingCollection. Documentation for this section has not yet been entered.