Partager via


StructuralTypeConfiguration<TStructuralType>.Page Méthode

Définition

Surcharges

Page()

Définit les propriétés de ce type structurel permettant la pagination.

Page(Nullable<Int32>, Nullable<Int32>)

Définit la valeur maximale de $top de ce type structurel qu’un client peut demander et le nombre maximal de résultats de requête de ce type d’entité à retourner.

Page()

Définit les propriétés de ce type structurel permettant la pagination.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Page ();
member this.Page : unit -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Page () As StructuralTypeConfiguration(Of TStructuralType)

Retours

S’applique à

Page(Nullable<Int32>, Nullable<Int32>)

Définit la valeur maximale de $top de ce type structurel qu’un client peut demander et le nombre maximal de résultats de requête de ce type d’entité à retourner.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Page (int? maxTopValue, int? pageSizeValue);
member this.Page : Nullable<int> * Nullable<int> -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Page (maxTopValue As Nullable(Of Integer), pageSizeValue As Nullable(Of Integer)) As StructuralTypeConfiguration(Of TStructuralType)

Paramètres

maxTopValue
Nullable<Int32>
pageSizeValue
Nullable<Int32>

Retours

S’applique à