Result:-GetRowCount - get the number of rows in the table
|
Calling Sequence
|
|
result:-GetRowCount( )
|
|
Description
|
|
•
|
GetRowCount returns the number of rows in result.
|
•
|
GetRowCount finds the number of rows by looking at the row index of the last row in the table. When working with very large tables and a fetchsize in place, GetRowCount may be a relatively expensive command to execute.
|
|
|
Examples
|
|
Create a Result.
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?