IAsyncQueryExecutor.IsSupported<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.
Détermine si le IQueryable<T> est pris en charge par ce IAsyncQueryExecutor type.
public bool IsSupported<T> (System.Linq.IQueryable<T> queryable);
abstract member IsSupported : System.Linq.IQueryable<'T> -> bool
Public Function IsSupported(Of T) (queryable As IQueryable(Of T)) As Boolean
Paramètres de type
- T
Type de données.
Paramètres
- queryable
- IQueryable<T>
Instance de IQueryable<T>.
Retours
True si cette IAsyncQueryExecutor instance peut effectuer des requêtes asynchrones pour le fourni queryable
, sinon false.