Freigeben über


TableUtils.GetNoQueryableLookupException(Type, String) Methode

Definition

Ruft einen NotImplementedException ab, der angibt, dass eine bestimmte IDomainManager<TData> keine basierten Nachschlagevorgänge unterstützt IQueryable<T> .

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

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: