ODAC

TOraDataSet.RowsProcessed Property

Returns the number of rows processed by a query.

Class

TOraDataSet

Syntax

property RowsProcessed: integer;

Remarks

Use the RowsProcessed property to return the number of rows processed by a query. Useful for SELECT, UPDATE and DELETE statements. In case of SELECT statement, RowsProcessed increments by FetchRows.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback