SalesBuy
1-855-856-7678
Technical SupportSupport
[DoesServiceRequest] public IEnumerable<TElement> ExecuteQuery<TElement> ( TableQuery<TElement> query, [OptionalAttribute] TableRequestOptions requestOptions, [OptionalAttribute] OperationContext operationContext ) where TElement : ITableEntity
The entity type of the query.
A TableQuery instance specifying the table to query and the query parameters to use, specialized for a type T implementing TableEntity.
A TableRequestOptions object that specifies execution options, such as retry policy and timeout settings, for the operation.
An OperationContext object for tracking the current operation.
TElement, of the results of executing the query.