HostIntegratorSession.GetCurrentRecord Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetCurrentRecord Method 

Gets the current record in the current recordset.

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

Return Value

This method returns the current record in the current recordset. If there is no current record, it returns a DataSet that has no data values and has the index number set to -1.

Remarks

Gets the current record in the current recordset.

See Also

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