MobileServiceCollectionView<T>.ITotalCountProvider.TotalCount Property

Gets the total count for all the records that would have been returned ignoring any take paging/limit clause specified by client or server.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Private ReadOnly Property TotalCount As Long 
    Implements ITotalCountProvider.TotalCount 
    Get
'Usage
Dim instance As MobileServiceCollectionView 
Dim value As Long 

value = CType(instance, ITotalCountProvider).TotalCount
long ITotalCountProvider.TotalCount { get; }
private:
virtual property long long TotalCount {
    long long get () sealed = ITotalCountProvider::TotalCount::get;
}
private abstract TotalCount : int64 
private override TotalCount : int64
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Int64
The total count.

Implements

ITotalCountProvider.TotalCount

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace