Partager via


TableUtils.GetNoQueryableQueryException(Type, String) Méthode

Définition

Obtient un NotImplementedException indiquant qu’une requête donnée IDomainManager<TData> ne prend pas en charge IQueryable<T> l’interrogation basée.

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