An NDoc Documented Class Library

HostIntegratorSession.NextRecord Method ()

Returns the next record in the current recordset.

public virtual 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.)

Exceptions

Exception TypeCondition
HostIntegratorModelDefExceptionThrown if there is no current recordset
HostIntegratorConnectorExceptionThrown if there are no more records
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only

See Also

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