Fetches data from the Host Integrator server for the current recordset of the current entity.
This method returns a DataSet containing the requested records.
The set of records returned begins with the first record following the current record. If the current record is before the first record in the recordset, searching starts with the first record. After a FetchRecords, the current record is the last record included in the returned set of records.
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown when client is not connected |
HostIntegratorTerminalException | Thrown if there is an execution error |
HostIntegratorModelDefException | Thrown if a reference is made to a nonexistent field |
HostIntegratorModelDefException | Thrown if the filter expression is not valid |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorModelDefException | Thrown if there is no current recordset |
HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.FetchRecords Overload List