Summary
Executes the query asynchronous.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Microsoft
.Azure .Cosmos .Table - Containing Type
- Azure
Storage Extensions
Syntax
public static IAsyncEnumerable<DynamicTableEntity> ExecuteQueryAsync(this CloudTable table, TableQuery query)
Parameters
Name | Type | Description |
---|---|---|
table | CloudTable | The table. |
query | TableQuery | The query. |
Return Value
Type | Description |
---|---|
IAsyncEnumerable |
Task{IEnumerable{DynamicTableEntity}}. |