次の方法で共有


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

定義

特定IDomainManager<TData>の がNotImplementedExceptionベースのクエリをサポート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

パラメーター

domainManagerType
Type

IDomainManager<TData> の型。

method
String

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

戻り値

新しい NotImplementedException

適用対象