NavigationPropertyConfiguration.AutomaticallyExpand(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.