Share via


QueryOperationResponse.TotalCount Property

Definition

Caution

Please use Count

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

[System.Obsolete("Please use Count")]
public virtual long TotalCount { get; }
[<System.Obsolete("Please use Count")>]
member this.TotalCount : int64
Public Overridable ReadOnly Property TotalCount 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.

Attributes

Exceptions

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

Applies to