DataServiceConfiguration.MaxExpandDepth Propiedad

Definición

Obtiene o establece el número máximo de entidades relacionadas que se pueden incluir en una ruta $expand de una sola solicitud.

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

Valor de propiedad

Profundidad máxima de una ruta $expand.

Implementaciones

Se aplica a

Consulte también