PropertyConfiguration.Page 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
Page() |
Définit cette propriété pour activer la pagination. |
Page(Nullable<Int32>, Nullable<Int32>) |
Définit la valeur maximale de $top de cette propriété qu’un client peut demander et le nombre maximal de résultats de requête de cette propriété à retourner. |
Page()
Définit cette propriété pour activer la pagination.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Page ();
member this.Page : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Page () As PropertyConfiguration
Retours
S’applique à
Page(Nullable<Int32>, Nullable<Int32>)
Définit la valeur maximale de $top de cette propriété qu’un client peut demander et le nombre maximal de résultats de requête de cette propriété à retourner.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Page (int? maxTopValue, int? pageSizeValue);
member this.Page : Nullable<int> * Nullable<int> -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Page (maxTopValue As Nullable(Of Integer), pageSizeValue As Nullable(Of Integer)) As PropertyConfiguration