QueryOperationResponse<T>.TotalCount Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TotalCount As Long
public override long TotalCount { get; }

Property Value

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

Remarks

InvalidOperationException is raised when the count was not part of the original request; that is, if the count tag is not found in the response stream.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.