TableUtils Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetNoQueryableLookupException(Type, String) | Gets a NotImplementedException indicating that a given IDomainManager(Of TData) does not support IQueryable(Of T) based lookup operations. |
![]() ![]() | GetNoQueryableQueryException(Type, String) | Gets a NotImplementedException indicating that a given IDomainManager(Of TData) does not support IQueryable(Of T) based querying. |
![]() ![]() | GetQueryableOnlyLookupException(Type, String) | Gets a NotImplementedException indicating that a given IDomainManager(Of TData) only supports IQueryable(Of T) based lookup operations. |
![]() ![]() | GetQueryableOnlyQueryException(Type, String) | Gets a NotImplementedException indicating that a given IDomainManager(Of TData) only supports IQueryable(Of T) based querying. |
![]() ![]() | GetResultSize(ODataQueryOptions, ODataQuerySettings) | Gets the effective query result size meaning the max number of elements to include in a single query result based on the page size and top parameters in the querysettings. |
Show:

