An NDoc Documented Class Library

HostIntegratorSession.InsertRecords Method 

Performs the insert operation for the current recordset multiple times.

public virtual void InsertRecords(
   DataSet records
);

Parameters

records
Specifies a set of name-value pairs (each representing a record field) to insert into the recordset.

Remarks

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.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorServerExceptionThrown if the insert operation fails.
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent field

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace