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