DataServiceConfiguration.MaxResultsPerCollection Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.