SkipTokenQueryOption.ApplyTo Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ApplyTo(IQueryable, ODataQuerySettings, ODataQueryOptions) |
Applicare la query $skiptoken all'oggetto IQueryable specificato. |
ApplyTo<T>(IQueryable<T>, ODataQuerySettings, ODataQueryOptions) |
Applicare la query $skiptoken all'oggetto IQueryable specificato. |
ApplyTo(IQueryable, ODataQuerySettings, ODataQueryOptions)
Applicare la query $skiptoken all'oggetto IQueryable specificato.
public virtual System.Linq.IQueryable ApplyTo (System.Linq.IQueryable query, Microsoft.AspNet.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNet.OData.Query.ODataQueryOptions queryOptions);
abstract member ApplyTo : System.Linq.IQueryable * Microsoft.AspNet.OData.Query.ODataQuerySettings * Microsoft.AspNet.OData.Query.ODataQueryOptions -> System.Linq.IQueryable
override this.ApplyTo : System.Linq.IQueryable * Microsoft.AspNet.OData.Query.ODataQuerySettings * Microsoft.AspNet.OData.Query.ODataQueryOptions -> System.Linq.IQueryable
Public Overridable Function ApplyTo (query As IQueryable, querySettings As ODataQuerySettings, queryOptions As ODataQueryOptions) As IQueryable
Parametri
- query
- IQueryable
Oggetto IQueryable originale.
- querySettings
- ODataQuerySettings
Impostazioni di query da usare durante l'applicazione dell'opzione di query.
- queryOptions
- ODataQueryOptions
Informazioni sulle altre opzioni di query.
Restituisce
IQueryable Nuovo oggetto dopo l'applicazione della query skiptoken.
Si applica a
ApplyTo<T>(IQueryable<T>, ODataQuerySettings, ODataQueryOptions)
Applicare la query $skiptoken all'oggetto IQueryable specificato.
public virtual System.Linq.IQueryable<T> ApplyTo<T> (System.Linq.IQueryable<T> query, Microsoft.AspNet.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNet.OData.Query.ODataQueryOptions queryOptions);
abstract member ApplyTo : System.Linq.IQueryable<'T> * Microsoft.AspNet.OData.Query.ODataQuerySettings * Microsoft.AspNet.OData.Query.ODataQueryOptions -> System.Linq.IQueryable<'T>
override this.ApplyTo : System.Linq.IQueryable<'T> * Microsoft.AspNet.OData.Query.ODataQuerySettings * Microsoft.AspNet.OData.Query.ODataQueryOptions -> System.Linq.IQueryable<'T>
Public Overridable Function ApplyTo(Of T) (query As IQueryable(Of T), querySettings As ODataQuerySettings, queryOptions As ODataQueryOptions) As IQueryable(Of T)
Parametri di tipo
- T
Parametri
- query
- IQueryable<T>
Oggetto IQueryable originale.
- querySettings
- ODataQuerySettings
Impostazioni di query da usare durante l'applicazione dell'opzione di query.
- queryOptions
- ODataQueryOptions
Informazioni sulle altre opzioni di query.
Restituisce
IQueryable Nuovo oggetto dopo l'applicazione della query skiptoken.