Click or drag to resize
CacheableQueryResult Properties

The CacheableQueryResult type exposes the following members.

Properties
  Name Description
Public property Errors
A list of any errors that occurred during the request
(Inherited from OperationResult.)
Public property IsCachedResult
Is this result a cached result? If not, it contains updated data.
Public property Object
The object manipulated. This will be populated for creates and updates.
(Inherited from OperationResult.)
Public property Results
The results of the query
(Inherited from QueryResult.)
Public property StartIndex
The start index of this result set
(Inherited from QueryResult.)
Public property Success
Whether the request was successful or not Returns true if Errors is empty
(Inherited from OperationResult.)
Public property TotalResultCount
The total number of results
(Inherited from QueryResult.)
Public property Warnings
A list of any warnings that occurred during the request
(Inherited from OperationResult.)
Top
See Also