Share via


TableUtils Class

 

Provides various utilities and helper methods for table related features.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Tables.TableUtils

Syntax

public static class TableUtils
public ref class TableUtils abstract sealed 
[<AbstractClass>]
[<Sealed>]
type TableUtils = class end
Public NotInheritable Class TableUtils

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static PageSize

Gets the max number of records that will get returned in a query result.

System_CAPS_pubpropertySystem_CAPS_static VersionPropertyName

Gets the Version property name.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetNoQueryableLookupException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support IQueryable<T> based lookup operations.

System_CAPS_pubmethodSystem_CAPS_static GetNoQueryableQueryException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support IQueryable<T> based querying.

System_CAPS_pubmethodSystem_CAPS_static GetQueryableOnlyLookupException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager<TData> only supports IQueryable<T> based lookup operations.

System_CAPS_pubmethodSystem_CAPS_static GetQueryableOnlyQueryException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager<TData> only supports IQueryable<T> based querying.

System_CAPS_pubmethodSystem_CAPS_static 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top