Gets or sets an SQL statement or stored procedure used to update records in the data source.
An FbCommand used during an update operation to update records in the data source that correspond to modified rows in the DataSet.
During Update, if this property is not set and primary key information is present in the DataSet, the UpdateCommand can be generated automatically if you set the SelectCommand property and use the FbCommandBuilder. Then, any additional commands that you do not set are generated by the FbCommandBuilder. This generation logic requires key column information to be present in the DataSet.
When UpdateCommand is assigned to a previously created FbCommand, the FbCommand is not cloned. The UpdateCommand maintains a reference to the previously created FbCommand object.
FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace