Performs the insert operation for the current recordset multiple times.
This method sends the complete list of records to insert to the server at one time, making insertion of multiple records more efficient than with the InsertRecord method.
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorServerException | Thrown if the insert operation fails. |
HostIntegratorModelDefException | Thrown if a reference is made to a nonexistent field |
HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace