Gets or sets an SQL statement or stored procedure used to insert new records into the data source.
An FbCommand used during an update operation to insert records in the data source that correspond to new rows in the DataSet.
During Update, if this property is not set and primary key information is present in the DataSet, the InsertCommand 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 InsertCommand is assigned to a previously created FbCommand, the FbCommand is not cloned. The InsertCommand maintains a reference to the previously created FbCommand object.
FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace