Compartilhar via


TableUtils.GetQueryableOnlyLookupException(Type, String) Método

Definição

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

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