你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TableUtils 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为表相关功能提供各种实用工具和帮助程序方法。
public static class TableUtils
type TableUtils = class
Public Class TableUtils
- 继承
-
TableUtils
属性
DeletedPropertyName |
获取 |
PageSize |
获取将在查询结果中返回的最大记录数。 |
VersionPropertyName |
获取 |
方法
ApplyDeletedFilter<TData>(IQueryable<TData>, Boolean) |
如果 |
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) |
获取有效的查询结果大小,这意味着根据 中的页面大小和顶部参数,在单个查询结果中包含 |