📚 SAP Business One SDK Help

RecordsetEx Object Members
See Also  Overview 

Public Methods

Public Method DoQueryRuns SQL queries.
Public Method GetColumnTypeReturns the column type by its position or by its alias.
Public Method GetColumnValueReturns the column value by its position or by its alias.
Public Method MoveNextGet next row data from query result; if it returns false, it means next row does not exist, else returns true.

Public Properties

Public Property ColumnsCountReturns the column number of the result set.
Public Property EoFReturns a Boolean value that indicates whether or not the current row is the last row in the result set (End of File).
Public Property RecordSetAuditFor security enhancement, if this flag is set to true, the querying will be logged in table RSAT. By default, the flag is set to false.

See Also