FetchRowsResult Properties
The result of the fetch rows operation.
Name | Description |
---|---|
Has |
Gets whether a data source has more rows. |
Next |
Gets the next skip token. |
Rows | Gets fetched rows. |
See Also