TableUtils.GetQueryableOnlyQueryException Method (Type, String)

 

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

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

public static Exception GetQueryableOnlyQueryException(
	Type domainManagerType,
	string method
)

Parameters

domainManagerType
Type: System.Type

The type of IDomainManager<TData>.

method
Type: System.String

The method name which is not supports.

Return Value

Type: System.Exception

A new NotImplementedException.

Return to top
Show: