NavigationPropertyConfiguration.AutomaticallyExpand(Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Marca que a propriedade de navegação é expandida automaticamente.
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
Se definido como , a true
expansão automática será desabilitada se houver uma $select especificada pelo cliente.