HostIntegratorSession.InsertRecords Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.InsertRecords Method 

Performs the insert operation for the current recordset multiple times.

[Visual Basic]Public Sub InsertRecords( _
   ByVal records As DataSet _
)
[C#]
public 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.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace