| Devart.Data.Oracle Namespace : OracleCommandBuilder Class |
OracleCommandBuilder Constructor | Overloaded. Initializes a new instance of the OracleCommandBuilder class. |
| Sets or gets the |
| Specifies which |
| Gets the |
DataAdapter | Gets or sets a OracleDataAdapter object for which this OracleCommandBuilder object will generate SQL statements. |
KeyFields | Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands. |
Quoted (Inherited from Devart.Common.DbCommandBuilderBase) | Gets or sets whether the command builder quotes all the names of database objects. |
RefreshingFields | Overridden. Gets or sets list of fields whose values should be retrieved after a DML statement execution. |
RefreshMode (Inherited from Devart.Common.DbCommandBuilderBase) | Gets or sets a value that indicates whether and how the Devart.Common.DbCommandBuilderBase should retrieve field values adjusted by server after a database update. |
| Specifies whether all column values in an update statement are included or only changed ones. |
| Gets or sets the |
UpdatingFields | Overridden. Gets or sets list of fields to modify. |
UpdatingTable | Gets or sets table name to generate update statements for. |
UseCatalog (Inherited from Devart.Common.DbCommandBuilderBase) | Specifies whether the catalog identifier is included in database object names. |
UseSchema (Inherited from Devart.Common.DbCommandBuilderBase) | Specifies whether the schema identifier is included in database object names. |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() DeriveParameters | Populates the specified OracleCommand object's OracleCommand.Parameters collection with parameter information for the SQL statement specified in the CommandText. |
| Releases all resources used by the |
GetDeleteCommand | Overloaded. Gets the automatically generated SQL statement required to perform deletions on the database. |
GetInsertCommand | Overloaded. Gets the automatically generated SQL statement required to perform inserts on the database. |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetRefreshCommand | Overloaded. Gets the automatically generated SQL statement required to refresh values from the database. |
GetUpdateCommand | Overloaded. Gets the automatically generated SQL statement required to perform updates on the database. |
| Obtains a lifetime service object to control the lifetime policy for this instance. |
QuoteIdentifier | Overridden. Returns the string passed as the parameter enclosed in quotes. |
RefreshSchema (Inherited from Devart.Common.DbCommandBuilderBase) | Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements. |
| Returns a |
UnquoteIdentifier | Overridden. Removes quote strings from identifier. |
| Occurs when the component is disposed by a call to the |
OracleCommandBuilder Class | Devart.Data.Oracle Namespace | OracleDataAdapter Class | OracleConnection Class | OracleCommand Class
© 2002 - 2013 Devart. All Rights Reserved.