ApplyQueryOption.ApplyTo(IQueryable, ODataQuerySettings) 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.
Appliquez la requête apply au IQueryable donné.
public System.Linq.IQueryable ApplyTo (System.Linq.IQueryable query, Microsoft.AspNet.OData.Query.ODataQuerySettings querySettings);
member this.ApplyTo : System.Linq.IQueryable * Microsoft.AspNet.OData.Query.ODataQuerySettings -> System.Linq.IQueryable
Public Function ApplyTo (query As IQueryable, querySettings As ODataQuerySettings) As IQueryable
Paramètres
- query
- IQueryable
IQueryable d'origine.
- querySettings
- ODataQuerySettings
ODataQuerySettings qui contient tous les paramètres liés à l’application de requête.
Retours
Nouveau IQueryable après l’application de la requête de filtre.
Remarques
La HandleNullPropagation propriété spécifie comment cette méthode doit gérer la propagation null.