Mono Class Library: Overview

System.Data.Common.DbCommandBuilder: Members

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

See Also: Inherited members from System.ComponentModel.Component

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

CatalogLocationCatalogLocation. Documentation for this section has not yet been entered.
CatalogSeparatorstring. Documentation for this section has not yet been entered.
ConflictOptionSystem.Data.ConflictOption. Documentation for this section has not yet been entered.
DataAdapterDbDataAdapter. Documentation for this section has not yet been entered.
QuotePrefixstring. Documentation for this section has not yet been entered.
QuoteSuffixstring. Documentation for this section has not yet been entered.
SchemaSeparatorstring. Documentation for this section has not yet been entered.
SetAllValuesbool. Documentation for this section has not yet been entered.

Public Methods

GetDeleteCommand() : DbCommand
Documentation for this section has not yet been entered.
GetDeleteCommand(bool) : DbCommand
Documentation for this section has not yet been entered.
GetInsertCommand() : DbCommand
Documentation for this section has not yet been entered.
GetInsertCommand(bool) : DbCommand
Documentation for this section has not yet been entered.
GetUpdateCommand() : DbCommand
Documentation for this section has not yet been entered.
GetUpdateCommand(bool) : DbCommand
Documentation for this section has not yet been entered.
QuoteIdentifier(string) : string
Documentation for this section has not yet been entered.
RefreshSchema()
Documentation for this section has not yet been entered.
UnquoteIdentifier(string) : string
Documentation for this section has not yet been entered.

Protected Methods

abstract
ApplyParameterInfo(DbParameter, System.Data.DataRow, System.Data.StatementType, bool)
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.
abstract
GetParameterName(int) : string
Documentation for this section has not yet been entered.
abstract
GetParameterName(string) : string
Documentation for this section has not yet been entered.
abstract
GetParameterPlaceholder(int) : string
Documentation for this section has not yet been entered.
GetSchemaTable(DbCommand) : System.Data.DataTable
Documentation for this section has not yet been entered.
InitializeCommand(DbCommand) : DbCommand
Documentation for this section has not yet been entered.
RowUpdatingHandler(RowUpdatingEventArgs)
Documentation for this section has not yet been entered.
abstract
SetRowUpdatingHandler(DbDataAdapter)
Documentation for this section has not yet been entered.