HostIntegratorSession.NextRecord Method ()

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.NextRecord Method ()

Returns the next record in the current recordset.

[Visual Basic]Overloads Public Function NextRecord() As DataSet
[C#]
public DataSet NextRecord();

Return Value

This method returns the next record in the current recordset.

Remarks

If there are no more records in the recordset, this method throws an exception: "Caught VHI Exception in GetItem(); ElementDoesNotExist". (This does not happen in Java.)

See Also

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