次の方法で共有


TableUtils クラス

定義

テーブル関連の機能のさまざまなユーティリティとヘルパー メソッドを提供します。

public static class TableUtils
type TableUtils = class
Public Class TableUtils
継承
TableUtils

プロパティ

DeletedPropertyName

プロパティ名を Deleted 取得します。

PageSize

クエリ結果で返されるレコードの最大数を取得します。

VersionPropertyName

プロパティ名を Version 取得します。

メソッド

ApplyDeletedFilter<TData>(IQueryable<TData>, Boolean)

が true の場合 includeDeleted 、削除されたレコードにフィルターを適用します。

GetNoQueryableLookupException(Type, String)

特定IDomainManager<TData>の がNotImplementedExceptionベースの参照操作をサポートIQueryable<T>していないことを示す を取得します。

GetNoQueryableQueryException(Type, String)

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

GetQueryableOnlyLookupException(Type, String)

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

GetQueryableOnlyQueryException(Type, String)

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

GetResultSize(ODataQueryOptions, ODataQuerySettings)

有効なクエリ結果のサイズを取得します。これは、 のページ サイズと上位パラメーターに基づいて、1 つのクエリ結果に含める要素の最大数を意味します querysettings

適用対象