Partage via


DataServiceConfiguration.MaxExpandCount Propriété

Définition

Obtient ou définit le nombre maximal d'entités associées qui peuvent être incluses dans une seule demande à l'aide de l'opérateur $expand.

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

Valeur de propriété

Nombre maximal d'entités associées.

Implémente

S’applique à

Voir aussi