HostIntegratorSession.UpdateCurrentRecord Method (IDictionary)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.UpdateCurrentRecord Method (IDictionary)

Sets the values for the current record in the current recordset.

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

Parameters

record
Specifies one or more name-value pairs to be updated.

Remarks

Sets the values for the current record in the current recordset.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.UpdateCurrentRecord Overload List