次の方法で共有


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

定義

特定IDomainManager<TData>の がNotImplementedExceptionベースのクエリのみをサポートIQueryable<T>することを示す を取得します。

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

パラメーター

domainManagerType
Type

IDomainManager<TData> の型。

method
String

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

戻り値

新しい NotImplementedException

適用対象