Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <Type Name="ITotalCountProvider" FullName="Microsoft.WindowsAzure.MobileServices.ITotalCountProvider"> | |
| <TypeSignature Language="C#" Value="public interface ITotalCountProvider" /> | |
| <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ITotalCountProvider" /> | |
| <TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.ITotalCountProvider" /> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <Interfaces /> | |
| <Attributes> | |
| <Attribute> | |
| <AttributeName>System.Obsolete("Use IQueryResultEnumerable interface")</AttributeName> | |
| </Attribute> | |
| </Attributes> | |
| <Docs> | |
| <summary> | |
| The ITotalCountProvider interface provides the total count for all the | |
| records that would have been returned ignoring any take paging/limit | |
| clause specified by client or server. If you call | |
| query.RequestTotalCount(), you can cast the result (whether its a | |
| sequence or a list) to ITotalCountProvider. | |
| </summary> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| <Members> | |
| <Member MemberName="TotalCount"> | |
| <MemberSignature Language="C#" Value="public long TotalCount { get; }" /> | |
| <MemberSignature Language="ILAsm" Value=".property instance int64 TotalCount" /> | |
| <MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.MobileServices.ITotalCountProvider.TotalCount" /> | |
| <MemberType>Property</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Int64</ReturnType> | |
| </ReturnValue> | |
| <Docs> | |
| <summary> | |
| Gets the total count for all the records that would have been | |
| returned ignoring any take paging/limit clause specified by client | |
| or server. | |
| </summary> | |
| <value>To be added.</value> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| </Members> | |
| </Type> |