QueryResult Properties |
The QueryResult type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Errors |
A list of any errors that occurred during the request
(Inherited from OperationResult.) |
![]() |
Object |
The object manipulated. This will be populated for creates and updates.
(Inherited from OperationResult.) |
![]() |
Results |
The results of the query
|
![]() |
StartIndex |
The start index of this result set
|
![]() |
Success |
Whether the request was successful or not
Returns true if Errors is empty
(Inherited from OperationResult.) |
![]() |
TotalResultCount |
The total number of results
|
![]() |
Warnings |
A list of any warnings that occurred during the request
(Inherited from OperationResult.) |