Compartilhar via


TableUtils.GetQueryableOnlyQueryException(Type, String) Método

Definição

Obtém um NotImplementedException que indica que um determinado IDomainManager<TData> dá suporte apenas a consultas baseadas IQueryable<T> .

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