Gets the current record in the current recordset.
[Visual Basic]Public Function GetCurrentRecord() As DataSet
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