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)

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

Public NotInheritable Class TableUtils

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticPageSize

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

System_CAPS_pubpropertySystem_CAPS_staticVersionPropertyName

Gets the Version property name.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetNoQueryableLookupException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager(Of TData) does not support IQueryable(Of T) based lookup operations.

System_CAPS_pubmethodSystem_CAPS_staticGetNoQueryableQueryException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager(Of TData) does not support IQueryable(Of T) based querying.

System_CAPS_pubmethodSystem_CAPS_staticGetQueryableOnlyLookupException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager(Of TData) only supports IQueryable(Of T) based lookup operations.

System_CAPS_pubmethodSystem_CAPS_staticGetQueryableOnlyQueryException(Type, String)

Gets a NotImplementedException indicating that a given IDomainManager(Of TData) only supports IQueryable(Of T) based querying.

System_CAPS_pubmethodSystem_CAPS_staticGetResultSize(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.

Return to top
Show: