Partager via


TableUtils.GetNoQueryableLookupException(Type, String) Méthode

Définition

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

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

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 à