[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DbCommandBuilder Interfaces=Component,MarshalByRefObject,Object,OracleCommandBuilder Info=Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated database. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OracleCommandBuilder class. ARG(enum)|14|0|Constructor,Constructor2 @DataAdapter=Sets an OracleDataAdapter object for which this OracleCommandBuilder object will generate SQL statements. ARG(OracleDataAdapter)|20|(empty)|OracleDataAdapter [Methods] *doCatalogLocation=Sets the CatalogLocation for an instance of the DbCommandBuilder class. ARG(CatalogLocation)|1|0 *doCatalogSeparator=Sets a string used as the catalog separator for an instance of the DbCommandBuilder class. ARG(string)|1|0 *doConstructor=Initializes a new instance of the OracleCommandBuilder. ARG()|1|0 *doConstructor2=Initializes a new instance of the OracleCommandBuilder class with the associated OracleDataAdapter object. ARG(OracleDataAdapter adapter)|1|0 *doDeriveParameters=Retrieves parameter information from the stored procedure specified in the OracleCommand and populates the Parameters collection of the specified OracleCommand object. ARG(OracleCommand command)|1|0 *doGetDeleteCommand2=Gets the automatically generated OracleCommand object required to perform deletions on the database. ARG(bool useColumnsForParameterNames)|1|0 *doGetInsertCommand2=Gets the automatically generated OracleCommand object required to perform insertions on the database. ARG(bool useColumnsForParameterNames)|1|0 *doGetUpdateCommand2=Gets the automatically generated OracleCommand object required to perform updates on the database. ARG(bool useColumnsForParameterNames)|1|0 *doQuoteIdentifier=Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier. ARG(string unquotedIdentifier)|1|0 *doSchemaSeparator=Sets the character to be used for the separator between the schema identifier and any other identifiers. ARG(string)|1|0 *doUnquoteIdentifier=Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. ARG(string quotedIdentifier)|1|0 *onGetDeleteCommand=Occurs after invoke the method doGetDeleteCommand and returns the result. ARG(OracleCommand)|2|0 *onGetInsertCommand=Occurs after invoke the method doGetInsertCommand and returns the result. ARG(OracleCommand)|2|0 *onGetUpdateCommand=Occurs after invoke the method doGetUpdateCommand and returns the result. ARG(OracleCommand)|2|0 *onQuoteIdentifier=Occurs after invoke the method doQuoteIdentifier and returns the result. ARG(string)|2|2 *onUnquoteIdentifier=Occurs after invoke the method doUnquoteIdentifier and returns the result. ARG(string)|2|2 *CatalogLocation=Sets or gets the CatalogLocation for an instance of the DbCommandBuilder class. ARG(CatalogLocation)|3|0 *CatalogSeparator=Sets or gets a string used as the catalog separator for an instance of the DbCommandBuilder class. ARG(string)|3|2 *DataAdapter=Returns an OracleDataAdapter object for which this OracleCommandBuilder object will generate SQL statements. ARG(OracleDataAdapter)|3|0 *GetDeleteCommand=Gets the automatically generated OracleCommand object required to perform deletions on the database. ARG(OracleCommand)|3|0 *GetInsertCommand=Gets the automatically generated OracleCommand object required to perform insertions on the database. ARG(OracleCommand)|3|0 *GetUpdateCommand=Gets the automatically generated OracleCommand object required to perform updates on the database. ARG(OracleCommand)|3|0 *SchemaSeparator=Returns the character to be used for the separator between the schema identifier and any other identifiers. ARG(string)|3|2 OracleCommandBuilder=Returns the OracleCommandBuilder object. ARG(OracleCommandBuilder)|3|0 *adapter=An OracleDataAdapter object to associate with this OracleCommandBuilder. ARG(OracleDataAdapter)|4|0 *command=The OracleCommand referencing the stored procedure from which the parameter information is to be derived. The derived parameters are added to the Parameters collection of the OracleCommand. ARG(OracleCommand)|4|0 *quotedIdentifier=The identifier that will have its embedded quotes removed. ARG(string)|4|2 *unquotedIdentifier=The original unquoted identifier. ARG(string)|4|2 *useColumnsForParameterNames=If true, generate parameter names matching column names, if possible. If false, generate @p1, @p2, and so on. ARG(bool)|4|104