Compartilhar via


TableUtils.GetNoQueryableLookupException(Type, String) Método

Definição

Obtém um NotImplementedException que indica que um determinado IDomainManager<TData> não dá suporte IQueryable<T> a operações de pesquisa baseadas.

public static Exception GetNoQueryableLookupException (Type domainManagerType, string method);
static member GetNoQueryableLookupException : Type * string -> Exception
Public Shared Function GetNoQueryableLookupException (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