@@ -32,7 +32,7 @@ FiddleHelper.WriteTable("Active Customers", ActiveCustomers);
32
32
33
33
| Name | Description | Default | Example |
34
34
| :--- | :---------- | :-----: | :------ |
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 ) |
36
36
37
37
### QueryFutureEnumerable<TEntityType >
38
38
@@ -42,22 +42,22 @@ The `QueryFutureEnumerable<TEntityType>` inherit from the `IEnumerable<T>` inter
42
42
43
43
| Name | Description | Example |
44
44
| :--- | :---------- | :------ |
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. | |
49
49
50
50
### QueryFutureValue<TResult >
51
51
52
52
###### Properties
53
53
54
54
| Name | Description | Default | Example |
55
55
| :--- | :---------- | :-----: | :------ |
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 ) |
57
57
58
58
###### Methods
59
59
60
60
| Name | Description | Example |
61
61
| :--- | :---------- | :------ |
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