StructuralTypeConfiguration<TStructuralType>.Page Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)