ODataModelBuilder.RemoveStructuralType(Type) 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.
Supprime le type du modèle.
public virtual bool RemoveStructuralType (Type type);
abstract member RemoveStructuralType : Type -> bool
override this.RemoveStructuralType : Type -> bool
Public Overridable Function RemoveStructuralType (type As Type) As Boolean
Paramètres
- type
- Type
Type à supprimer.
Retours
true
si le type est présent dans le modèle et false
sinon.