Share via


QueryOperationResponse.Count Property

Definition

Gets the server result set count value from a query, if the query has requested the value.

public virtual long Count { get; }
member this.Count : int64
Public Overridable ReadOnly Property Count As Long

Property Value

The return value can be either a zero or positive value equal to the number of entities in the set on the server.

Exceptions

Thrown when the count tag is not found in the response stream.

Applies to