A class used to define query result portion options.
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
This 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 server.