Skip to content

Commit f38fedc

Browse files
Update query-future.md
1 parent 83bb05e commit f38fedc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/pages/features/query-future.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FiddleHelper.WriteTable("Active Customers", ActiveCustomers);
3232

3333
| Name | Description | Default | Example |
3434
| :--- | :---------- | :-----: | :------ |
35-
| `IsEnabled` | Gets or sets if the `QueryFuture` feature is enabled. | true | [Coming soon](#) |
35+
| `IsEnabled` | Gets or sets if the `QueryFuture` feature is enabled. | true | [Try it](https://dotnetfiddle.net/n6VcfE) |
3636

3737
### QueryFutureEnumerable<TEntityType>
3838

@@ -42,22 +42,22 @@ The `QueryFutureEnumerable<TEntityType>` inherit from the `IEnumerable<T>` inter
4242

4343
| Name | Description | Example |
4444
| :--- | :---------- | :------ |
45-
| `ToArrayAsync()` | Converts this object to an array asynchronous. | [Coming soon](#) |
46-
| `ToArrayAsync(CancellationToken cancellationToken)` | Converts this object to an array asynchronous. | [Coming soon](#) |
47-
| `ToListAsync()` | Converts this object to a list asynchronous. | [Coming soon](#) |
48-
| `ToListAsync(CancellationToken cancellationToken)` | Converts this object to a list asynchronous. | [Coming soon](#) |
45+
| `ToArrayAsync()` | Converts this object to an array asynchronous. | |
46+
| `ToArrayAsync(CancellationToken cancellationToken)` | Converts this object to an array asynchronous. | |
47+
| `ToListAsync()` | Converts this object to a list asynchronous. | |
48+
| `ToListAsync(CancellationToken cancellationToken)` | Converts this object to a list asynchronous. | |
4949

5050
### QueryFutureValue<TResult>
5151

5252
###### Properties
5353

5454
| Name | Description | Default | Example |
5555
| :--- | :---------- | :-----: | :------ |
56-
| `Value` | Gets the value of the future query. | null | [Coming soon](#) |
56+
| `Value` | Gets the value of the future query. | null | [Try it](https://dotnetfiddle.net/ObIY3v) |
5757

5858
###### Methods
5959

6060
| Name | Description | Example |
6161
| :--- | :---------- | :------ |
62-
| `ValueAsync()` | Gets the value of the future query. | [Coming soon](#) |
63-
| `ValueAsync(CancellationToken cancellationToken)` | Gets the value of the future query. | [Coming soon](#) |
62+
| `ValueAsync()` | Gets the value of the future query. | |
63+
| `ValueAsync(CancellationToken cancellationToken)` | Gets the value of the future query. | |

0 commit comments

Comments
 (0)