📚 SAP Business One SDK Help

Recordset Property
See Also 
RHS

The Recordset object.

Description

Sets the Recordset object that you want to link to.

Property type

Write-only property

Syntax

Visual Basic
Public Property Recordset( _
   ByVal RHS As Recordset _
) As Recordset

Parameters

RHS

The Recordset object.

Remarks

You can link the recordset only if the DoQuery method returned valid data.

See Also