Share via


QueryResult Class

Definition

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 results and optionally a totalCount.

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