OracleCommandBuilder Public Methods

OracleCommandBuilder public methods are listed in Table 7-24.

Table 7-24 OracleCommandBuilder Public Methods

Public Method Description

CreateObjRef

Inherited from System.MarshalByRefObject

Dispose

Inherited from System.ComponentModel.Component

Equals

Inherited from System.Object (Overloaded)

GetDeleteCommand

Gets the automatically generated OracleCommand object that has the SQL statement (CommandText) perform deletions on the database (Overloaded)

GetHashCode

Inherited from System.Object

GetInsertCommand

Gets the automatically generated OracleCommand object that has the SQL statement (CommandText) perform insertions on the database (Overloaded)

GetLifetimeService

Inherited from System.MarshalByRefObject

GetType

Inherited from System.Object

GetUpdateCommand

Gets the automatically generated OracleCommand object that has the SQL statement (CommandText) perform updates on the database (Overloaded)

InitializeLifetimeService

Inherited from System.MarshalByRefObject

QuoteIdentifier

Returns the correct quoted form of the provided unquoted identifier, with any embedded quotes in the identifier properly escaped

RefreshSchema

Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements

UnquoteIdentifier

Returns the correct unquoted form of the provided quoted identifier, removing any escape notation for quotes embedded in the identifier

ToString

Inherited from System.Object