Partager via


DataServiceConfiguration.MaxResultsPerCollection Propriété

Définition

Obtient ou définit le nombre maximal d’éléments dans chaque collection retournée.

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

Valeur de propriété

Nombre maximal d'éléments.

Implémente

Remarques

Cette valeur maximale s'applique également aux collections imbriquées.

S’applique à

Voir aussi