次の方法で共有


TableUtils.GetQueryableOnlyLookupException(Type, String) メソッド

定義

特定IDomainManager<TData>の がNotImplementedExceptionベースの検索操作のみをサポート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

パラメーター

domainManagerType
Type

IDomainManager<TData> の型。

method
String

がサポートされていないメソッド名。

戻り値

新しい NotImplementedException

適用対象