HostIntegratorSession.InsertRecord Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.InsertRecord Method 

Performs an insert operation for the current recordset.

[Visual Basic]Public Sub InsertRecord( _
   ByVal record As IDictionary _
)
[C#]
public void InsertRecord(
   IDictionary record
);

Parameters

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

Remarks

Performs an insert operation for the current recordset.

See Also

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