Partager via


TableUtils.GetQueryableOnlyQueryException(Type, String) Méthode

Définition

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

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

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 à