An NDoc Documented Class Library

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 virtual DataSet FetchRecords();

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

public virtual DataSet FetchRecords(IList);

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

public virtual DataSet FetchRecords(IList,string);

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

public virtual DataSet FetchRecords(int);

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

public virtual DataSet FetchRecords(int,IList);

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

public virtual DataSet FetchRecords(int,IList,string);

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

public virtual DataSet FetchRecords(int,string);

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

public virtual DataSet FetchRecords(string);

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace