你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableUtils 类

定义

为表相关功能提供各种实用工具和帮助程序方法。

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

属性

DeletedPropertyName

获取 Deleted 属性名称。

PageSize

获取将在查询结果中返回的最大记录数。

VersionPropertyName

获取 Version 属性名称。

方法

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

如果 includeDeleted 为 true,则对已删除的记录应用筛选器。

GetNoQueryableLookupException(Type, String)

获取一个 NotImplementedException ,指示给定 IDomainManager<TData> 不支持 IQueryable<T> 基于的查找操作。

GetNoQueryableQueryException(Type, String)

获取一个 NotImplementedException ,指示给定 IDomainManager<TData> 不支持 IQueryable<T> 基于的查询。

GetQueryableOnlyLookupException(Type, String)

获取一个 NotImplementedException ,指示给定 IDomainManager<TData> 的 仅支持 IQueryable<T> 基于的查找操作。

GetQueryableOnlyQueryException(Type, String)

获取一个 NotImplementedException ,指示给定 IDomainManager<TData> 的 仅支持 IQueryable<T> 基于的查询。

GetResultSize(ODataQueryOptions, ODataQuerySettings)

获取有效的查询结果大小,这意味着根据 中的页面大小和顶部参数,在单个查询结果中包含 querysettings的最大元素数。

适用于