Mono Class Library: Overview

System.Data.SqlClient.SqlCommandBuilder: Method Members

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

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

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.