TableUtils.GetQueryableOnlyQueryException Method (Type, String)
Gets a NotImplementedException indicating that a given IDomainManager<TData> only supports IQueryable<T> based querying.
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.
Show: