See Also

OracleCommandBuilder Class  | Devart.Data.Oracle Namespace  | OracleDataAdapter Class  | OracleConnection Class  | OracleCommand Class

See AlsoDevart.Data.OracleSend comments on this topic.

OracleCommandBuilder Class Members

Devart.Data.Oracle Namespace : OracleCommandBuilder Class

OracleCommandBuilder overview

Public Constructors

Public Constructor OracleCommandBuilder ConstructorOverloaded. Initializes a new instance of the OracleCommandBuilder class.

Public Properties

Public Property CatalogLocation (Inherited from System.Data.Common.DbCommandBuilder)Sets or gets the CatalogLocation for an instance of the DbCommandBuilder class.
Public Property ConflictOption (Inherited from System.Data.Common.DbCommandBuilder)Specifies which ConflictOption is to be used by the DbCommandBuilder.
Public Property Container (Inherited from System.ComponentModel.Component)Gets the IContainer that contains the Component.
Public Property DataAdapterGets or sets a OracleDataAdapter object for which this OracleCommandBuilder object will generate SQL statements.
Public Property KeyFieldsGets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.
Public Property Quoted (Inherited from Devart.Common.DbCommandBuilderBase)Gets or sets whether the command builder quotes all the names of database objects.
Public Property RefreshingFieldsOverridden. Gets or sets list of fields whose values should be retrieved after a DML statement execution.
Public Property 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.
Public Property SetAllValues (Inherited from System.Data.Common.DbCommandBuilder)Specifies whether all column values in an update statement are included or only changed ones.
Public Property Site (Inherited from System.ComponentModel.Component)Gets or sets the ISite of the Component.
Public Property UpdatingFieldsOverridden. Gets or sets list of fields to modify.
Public Property UpdatingTableGets or sets table name to generate update statements for.
Public Property UseCatalog (Inherited from Devart.Common.DbCommandBuilderBase)Specifies whether the catalog identifier is included in database object names.
Public Property UseSchema (Inherited from Devart.Common.DbCommandBuilderBase)Specifies whether the schema identifier is included in database object names.

Public Methods

Public Method CreateObjRef (Inherited from System.MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Public Methodstatic (Shared in Visual Basic) DeriveParametersPopulates the specified OracleCommand object's OracleCommand.Parameters collection with parameter information for the SQL statement specified in the CommandText.
Public Method Dispose (Inherited from System.ComponentModel.Component)Releases all resources used by the Component.
Public Method GetDeleteCommandOverloaded. Gets the automatically generated SQL statement required to perform deletions on the database.
Public Method GetInsertCommandOverloaded. Gets the automatically generated SQL statement required to perform inserts on the database.
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Public Method GetRefreshCommandOverloaded. Gets the automatically generated SQL statement required to refresh values from the database.
Public Method GetUpdateCommandOverloaded. Gets the automatically generated SQL statement required to perform updates on the database.
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Public Method QuoteIdentifierOverridden. Returns the string passed as the parameter enclosed in quotes.
Public Method RefreshSchema (Inherited from Devart.Common.DbCommandBuilderBase)Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements.
Public Method ToString (Inherited from System.ComponentModel.Component)Returns a String containing the name of the Component, if any. This method should not be overridden.
Public Method UnquoteIdentifierOverridden. Removes quote strings from identifier.

Public Events

Public Event Disposed (Inherited from System.ComponentModel.Component)Occurs when the component is disposed by a call to the Dispose method.

See Also

OracleCommandBuilder Class  | Devart.Data.Oracle Namespace  | OracleDataAdapter Class  | OracleConnection Class  | OracleCommand Class

 

 


© 2002 - 2013 Devart. All Rights Reserved.