FetchRowsResult Constructors
The result of the fetch rows operation.| Name | Parameters | Description |
|---|---|---|
| FetchRowsResult(Object[], Boolean, Object) | rows, hasMoreRows, nextSkipToken | Initializes a new instance of the FetchRowsResult class with specified settings. |
See Also