TableUtils::GetNoQueryableQueryException Method (Type^, String^)

 

Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support 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^ GetNoQueryableQueryException(
	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: