TopQueryOption.ApplyTo 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.
Surcharges
ApplyTo(IQueryable, ODataQuerySettings) |
Applique la requête $top au IQueryable donné. |
ApplyTo<T>(IQueryable<T>, ODataQuerySettings) |
Applique la requête $top au IQueryable donné. |
ApplyTo(IQueryable, ODataQuerySettings)
Applique la requête $top 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
Paramètres de requête à utiliser lors de l'application de cette option de requête.
Retours
Nouveau IQueryable après l’application de la requête supérieure.
S’applique à
ApplyTo<T>(IQueryable<T>, ODataQuerySettings)
Applique la requête $top au IQueryable donné.
public System.Linq.IOrderedQueryable<T> ApplyTo<T> (System.Linq.IQueryable<T> query, Microsoft.AspNet.OData.Query.ODataQuerySettings querySettings);
member this.ApplyTo : System.Linq.IQueryable<'T> * Microsoft.AspNet.OData.Query.ODataQuerySettings -> System.Linq.IOrderedQueryable<'T>
Public Function ApplyTo(Of T) (query As IQueryable(Of T), querySettings As ODataQuerySettings) As IOrderedQueryable(Of T)
Paramètres de type
- T
Paramètres
- query
- IQueryable<T>
IQueryable d'origine.
- querySettings
- ODataQuerySettings
Paramètres de requête à utiliser lors de l'application de cette option de requête.
Retours
Nouveau IQueryable après l’application de la requête supérieure.