Compartilhar via


StructuralTypeConfiguration<TStructuralType>.Page Método

Definição

Sobrecargas

Page()

Define as propriedades desse tipo estrutural que habilitam a paginação.

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

Define o valor máximo de $top desse tipo estrutural que um cliente pode solicitar e o número máximo de resultados de consulta desse tipo de entidade a serem retornados.

Page()

Define as propriedades desse tipo estrutural que habilitam a paginação.

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)

Retornos

Aplica-se a

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

Define o valor máximo de $top desse tipo estrutural que um cliente pode solicitar e o número máximo de resultados de consulta desse tipo de entidade a serem retornados.

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)

Parâmetros

maxTopValue
Nullable<Int32>
pageSizeValue
Nullable<Int32>

Retornos

Aplica-se a