ResultPortionInfo
A class used to define the portion of a query to return.
Property |
Type |
Description |
---|---|---|
Count |
int |
The number of elements to return or being returned. |
ResultID |
string |
The unique ID of a result. |
StartIndex |
long |
The zero-based index of the first element to return or being returned. |
Remarks
The ResultPortionInfo class is used to define the portion of a query to return. The TableSearch method, for example, uses this class to define the rows to return when a query is executed on a geodata service.
2/28/2020