QueryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the results of a query request along with the total count of entities identified by the request URI after all $filter system query options have been applied.
public class QueryResult
type QueryResult = class
Public Class QueryResult
- Inheritance
-
QueryResult
Constructors
QueryResult(IEnumerable, Nullable<Int64>) |
Initializes a new instance of the QueryResult with a given subset of |
Properties
Count |
The total count of entities identified by the request URI after all $filter system query options have been applied. |
Results |
The results of the query. |
Applies to
Azure SDK for .NET