IAsyncQueryExecutor.ToArrayAsync<T>(IQueryable<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Matérialise de façon asynchrone le IQueryable<T> en tant que tableau, si pris en charge.
public System.Threading.Tasks.Task<T[]> ToArrayAsync<T> (System.Linq.IQueryable<T> queryable);
abstract member ToArrayAsync : System.Linq.IQueryable<'T> -> System.Threading.Tasks.Task<'T[]>
Public Function ToArrayAsync(Of T) (queryable As IQueryable(Of T)) As Task(Of T())
Paramètres de type
- T
Type de données.
Paramètres
- queryable
- IQueryable<T>
Instance de IQueryable<T>.
Retours
Task<T[]>
Éléments dans .queryable