Compartilhar via


TableUtils.GetNoQueryableQueryException(Type, String) Método

Definição

Obtém um NotImplementedException que indica que um determinado IDomainManager<TData> não dá suporte IQueryable<T> à consulta baseada.

public static Exception GetNoQueryableQueryException (Type domainManagerType, string method);
static member GetNoQueryableQueryException : Type * string -> Exception
Public Shared Function GetNoQueryableQueryException (domainManagerType As Type, method As String) As Exception

Parâmetros

domainManagerType
Type

O tipo de IDomainManager<TData>.

method
String

O nome do método que não é compatível.

Retornos

Um novo NotImplementedException.

Aplica-se a