Condividi tramite


DataServiceConfiguration.MaxExpandCount Proprietà

Definizione

Ottiene o imposta il numero massimo di entità correlate che è possibile includere in una singola richiesta tramite l'operatore $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

Valore della proprietà

Numero massimo di entità correlate.

Implementazioni

Si applica a

Vedi anche