[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DbCommandBuilder Interfaces=Component,MarshalByRefObject,Object,OdbcCommandBuilder Info=Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated data source. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OdbcCommandBuilder class. ARG(enum)|14|0|Constructor,Constructor2 @DataAdapter=Sets an OdbcDataAdapter object for which this OdbcCommandBuilder object will generate SQL statements. ARG(OdbcDataAdapter)|20|(empty)|OdbcDataAdapter [Methods] *doConstructor=Initializes a new instance of the OdbcCommandBuilder class. ARG()|1|0 *doConstructor2=Initializes a new instance of the OdbcCommandBuilder class with the associated OdbcDataAdapter object. ARG(OdbcDataAdapter adapter)|1|0 *doDeriveParameters=Retrieves parameter information from the stored procedure specified in the OdbcCommand and populates the Parameters collection of the specified OdbcCommand object. ARG(OdbcCommand command)|1|0 *doGetDeleteCommand2=Gets the automatically generated OdbcCommand object required to perform deletions at the data source. ARG(bool useColumnsForParameterNames)|1|0 *doGetInsertCommand2=Gets the automatically generated OdbcCommand object required to perform insertions at the data source. ARG(bool useColumnsForParameterNames)|1|0 *doGetUpdateCommand2=Gets the automatically generated OdbcCommand object required to perform updates at the data source. ARG(bool useColumnsForParameterNames)|1|0 *doQuoteIdentifier=Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier. This includes correctly escaping any embedded quotes in the identifier. ARG(string unquotedIdentifier)|1|0 *doQuoteIdentifier2=Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier. This includes correctly escaping any embedded quotes in the identifier. ARG(string unquotedIdentifier, OdbcConnection connection)|1|0 *doUnquoteIdentifier=Given a quoted identifier, returns the correct unquoted form of that identifier, including correctly unescaping any embedded quotes in the identifier. ARG(string quotedIdentifier)|1|0 *doUnquoteIdentifier2=Given a quoted identifier, returns the correct unquoted form of that identifier, including correctly unescaping any embedded quotes in the identifier. ARG(string quotedIdentifier, OdbcConnection connection)|1|0 *onGetDeleteCommand=Occurs after invoke the method doGetDeleteCommand and returns the result. ARG(OdbcCommand)|2|0 *onGetInsertCommand=Occurs after invoke the method doGetInsertCommand and returns the result. ARG(OdbcCommand)|2|0 *onGetUpdateCommand=Occurs after invoke the method doGetUpdateCommand and returns the result. ARG(OdbcCommand)|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 *DataAdapter=Returns an OdbcDataAdapter object for which this OdbcCommandBuilder object will generate SQL statements. ARG(OdbcDataAdapter)|3|0 *GetDeleteCommand=Gets the automatically generated OdbcCommand object required to perform deletions at the data source. ARG(OdbcCommand)|3|0 *GetInsertCommand=Gets the automatically generated OdbcCommand object required to perform insertions at the data source. ARG(OdbcCommand)|3|0 *GetUpdateCommand=Gets the automatically generated OdbcCommand object required to perform updates at the data source. ARG(OdbcCommand)|3|0 OdbcCommandBuilder=Returns the OdbcCommandBuilder object. ARG(OdbcCommandBuilder)|3|0 *adapter=An OdbcDataAdapter object to associate with this OdbcCommandBuilder. ARG(OdbcDataAdapter)|4|0 *command=The OdbcCommand referencing the stored procedure from which the parameter information is to be derived. The derived parameters are added to the Parameters collection of the OdbcCommand. ARG(OdbcCommand)|4|0 *connection=The OdbcConnection. ARG(OdbcConnection)|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 it is possible. If false, generate @p1, @p2, and so on. ARG(bool)|4|104