Compartir a través de


NavigationPropertyConfiguration.AutomaticallyExpand(Boolean) Método

Definición

Marca la propiedad de navegación se expande automáticamente.

public Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration AutomaticallyExpand (bool disableWhenSelectIsPresent);
member this.AutomaticallyExpand : bool -> Microsoft.AspNet.OData.Builder.NavigationPropertyConfiguration
Public Function AutomaticallyExpand (disableWhenSelectIsPresent As Boolean) As NavigationPropertyConfiguration

Parámetros

disableWhenSelectIsPresent
Boolean

Si se establece true en, la expansión automática se deshabilitará si hay un $select especificar por el cliente.

Devoluciones

Se aplica a