Freigeben über


TableUtils.GetQueryableOnlyLookupException(Type, String) Methode

Definition

Ruft einen ab NotImplementedException , der angibt, dass eine angegebene IDomainManager<TData> nur basierende Nachschlagevorgänge unterstützt IQueryable<T> .

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