Fetches data from the Host Integrator server for the current recordset of the current entity.
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);
HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace