TableUtils::GetNoQueryableLookupException Method (Type^, String^)
Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support IQueryable<T> based lookup operations.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
public: static Exception^ GetNoQueryableLookupException( 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.
Show: