TableQueryableExtensions 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 a set of extension methods for objects of type TableQuery.
public static class TableQueryableExtensions
type TableQueryableExtensions = class
Public Module TableQueryableExtensions
- Inheritance
-
TableQueryableExtensions
Methods
AsTableQuery<TElement>(IQueryable<TElement>) |
Specifies that a query be returned as a TableQuery object. |
Resolve<TElement,TResolved>(IQueryable<TElement>, EntityResolver<TResolved>) |
Specifies an entity resolver for the query. |
WithContext<TElement>(IQueryable<TElement>, OperationContext) |
Specifies an OperationContext for the query. |
WithOptions<TElement>(IQueryable<TElement>, TableRequestOptions) |
Specifies a set of TableRequestOptions with which the query will be executed. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET