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.

Overload List

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

public DataSet FetchRecords();

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

public DataSet FetchRecords(int);

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

public DataSet FetchRecords(string);

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

public DataSet FetchRecords(IList);

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

public DataSet FetchRecords(IList,string);

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

public DataSet FetchRecords(int,IList);

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

public DataSet FetchRecords(int,string);

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

public DataSet FetchRecords(int,IList,string);

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace