Compartir a través de


PropertyConfiguration.Page Método

Definición

Sobrecargas

Page()

Establece esta propiedad para habilitar la paginación.

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

Establece el valor máximo de $top de esta propiedad que un cliente puede solicitar y el número máximo de resultados de consulta de esta propiedad que se van a devolver.

Page()

Establece esta propiedad para habilitar la paginación.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Page ();
member this.Page : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Page () As PropertyConfiguration

Devoluciones

Se aplica a

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

Establece el valor máximo de $top de esta propiedad que un cliente puede solicitar y el número máximo de resultados de consulta de esta propiedad que se van a devolver.

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

Parámetros

maxTopValue
Nullable<Int32>
pageSizeValue
Nullable<Int32>

Devoluciones

Se aplica a