HostIntegratorSession.FetchRecords Method ()

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.FetchRecords Method ()

Fetches data from the Host Integrator server for the current recordset of the current entity.

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

Return Value

This method returns a DataSet containing the requested records.

Remarks

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.

See Also

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