Partager via


NavigationPropertyConfiguration.AutomaticallyExpand(Boolean) Méthode

Définition

Marque que la propriété de navigation est développée automatiquement.

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

Paramètres

disableWhenSelectIsPresent
Boolean

Si la true valeur est définie sur , le développement automatique est désactivé s’il existe un $select spécifié par le client.

Retours

S’applique à