TableUtils Class
Provides various utilities and helper methods for table related features.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | PageSize | Gets the max number of records that will get returned in a query result. |
![]() ![]() | VersionPropertyName | Gets the Version property name. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetNoQueryableLookupException(Type^, String^) | Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support IQueryable<T> based lookup operations. |
![]() ![]() | GetNoQueryableQueryException(Type^, String^) | Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support IQueryable<T> based querying. |
![]() ![]() | GetQueryableOnlyLookupException(Type^, String^) | Gets a NotImplementedException indicating that a given IDomainManager<TData> only supports IQueryable<T> based lookup operations. |
![]() ![]() | GetQueryableOnlyQueryException(Type^, String^) | Gets a NotImplementedException indicating that a given IDomainManager<TData> only supports IQueryable<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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)