TableUtils Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides various utilities and helper methods for table related features.
public static class TableUtils
type TableUtils = class
Public Class TableUtils
- Inheritance
-
TableUtils
Properties
DeletedPropertyName |
Gets the |
PageSize |
Gets the max number of records that will get returned in a query result. |
VersionPropertyName |
Gets the |
Methods
ApplyDeletedFilter<TData>(IQueryable<TData>, Boolean) |
Applies the filter on deleted records if |
GetNoQueryableLookupException(Type, String) |
Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support IQueryable<T> based lookup operations. |
GetNoQueryableQueryException(Type, String) |
Gets a NotImplementedException indicating that a given IDomainManager<TData> does not support IQueryable<T> based querying. |
GetQueryableOnlyLookupException(Type, String) |
Gets a NotImplementedException indicating that a given IDomainManager<TData> only supports IQueryable<T> based lookup operations. |
GetQueryableOnlyQueryException(Type, String) |
Gets a NotImplementedException indicating that a given IDomainManager<TData> only supports IQueryable<T> based querying. |
GetResultSize(ODataQueryOptions, ODataQuerySettings) |
Gets the effective query result size meaning the max number of elements to include in a single query result
based on the page size and top parameters in the |