Partager via


TableUtils.GetQueryableOnlyLookupException(Type, String) Méthode

Définition

Obtient un NotImplementedException indiquant qu’un donné IDomainManager<TData> prend uniquement en charge les IQueryable<T> opérations de recherche basées.

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

Paramètres

domainManagerType
Type

Type d'élément IDomainManager<TData>.

method
String

Nom de la méthode qui n’est pas pris en charge.

Retours

Nouveau NotImplementedException.

S’applique à