DataServiceConfiguration.MaxResultsPerCollection Propiedad

Definición

Obtiene o establece el número máximo de elementos de cada colección devuelta.

public:
 property int MaxResultsPerCollection { int get(); void set(int value); };
public int MaxResultsPerCollection { get; set; }
member this.MaxResultsPerCollection : int with get, set
Public Property MaxResultsPerCollection As Integer

Valor de propiedad

Número máximo de elementos.

Implementaciones

Comentarios

Este valor máximo también se aplica a las colecciones anidadas.

Se aplica a

Consulte también