Browse Source

Resolved #4373: Remove the ABP Framework 3.0 note for IAsyncQueryableExecuter after 3.0 release

pull/4585/head
Halil İbrahim Kalkan 6 years ago
parent
commit
762c9f1e13
  1. 2
      docs/en/Repositories.md

2
docs/en/Repositories.md

@ -190,8 +190,6 @@ This method is suggested;
### Option-3: IAsyncQueryableExecuter
> Notice that this feature is available in the ABP Framework 3.0 and later. While it is also usable with older versions, it was providing a very limited set of methods.
`IAsyncQueryableExecuter` is a service that is used to execute an `IQueryable<T>` object asynchronously **without depending on the actual database provider**.
**Example: Inject & use the `IAsyncQueryableExecuter.ToListAsync()` method**

Loading…
Cancel
Save