Freigeben über


TableUtils.GetNoQueryableQueryException(Type, String) Methode

Definition

Ruft eine NotImplementedException ab, die angibt, dass eine bestimmte IDomainManager<TData> keine basierende Abfrage unterstützt IQueryable<T> .

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

Parameter

domainManagerType
Type

Der IDomainManager<TData>-Typ.

method
String

Der Methodenname, der nicht unterstützt wird.

Gibt zurück

Ein neuer NotImplementedException.

Gilt für: