Partager via


PropertyConfiguration.Page Méthode

Définition

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

Paramètres

maxTopValue
Nullable<Int32>
pageSizeValue
Nullable<Int32>

Retours

S’applique à