StructuralTypeConfiguration<TStructuralType>.Page Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Page() |
Establece las propiedades de este tipo estructural que habilitan la paginación. |
Page(Nullable<Int32>, Nullable<Int32>) |
Establece el valor máximo de $top de este tipo estructural que un cliente puede solicitar y el número máximo de resultados de consulta de este tipo de entidad que se van a devolver. |
Page()
Establece las propiedades de este tipo estructural que habilitan la paginación.
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)
Devoluciones
Se aplica a
Page(Nullable<Int32>, Nullable<Int32>)
Establece el valor máximo de $top de este tipo estructural que un cliente puede solicitar y el número máximo de resultados de consulta de este tipo de entidad que se van a devolver.
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)