Mono Class Library: Overview

System.Data.SqlClient.SqlCommandBuilder: Members

The members of System.Data.SqlClient.SqlCommandBuilder are listed below.

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

Public Constructors

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

Public Properties

override
CatalogLocationSystem.Data.Common.CatalogLocation. Documentation for this section has not yet been entered.
override
CatalogSeparatorstring. Documentation for this section has not yet been entered.
DataAdapterSqlDataAdapter. Documentation for this section has not yet been entered.
override
QuotePrefixstring. Documentation for this section has not yet been entered.
override
QuoteSuffixstring. Documentation for this section has not yet been entered.
override
SchemaSeparatorstring. Documentation for this section has not yet been entered.

Public Methods

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

Protected Methods

override
ApplyParameterInfo(System.Data.Common.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.
override
GetParameterName(int) : string
Documentation for this section has not yet been entered.
override
GetParameterName(string) : string
Documentation for this section has not yet been entered.
override
GetParameterPlaceholder(int) : string
Documentation for this section has not yet been entered.
override
GetSchemaTable(System.Data.Common.DbCommand) : System.Data.DataTable
Documentation for this section has not yet been entered.
override
InitializeCommand(System.Data.Common.DbCommand) : System.Data.Common.DbCommand
Documentation for this section has not yet been entered.
override
SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)
Documentation for this section has not yet been entered.