Partager via


MetadataItem.RemoveAnnotation, méthode

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Supprime une annotation portant le nom spécifié.

Espace de noms :  System.Data.Entity.Core.Metadata.Edm
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Function RemoveAnnotation ( _
    name As String _
) As Boolean
'Utilisation
Dim instance As MetadataItem 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.RemoveAnnotation(name)
public bool RemoveAnnotation(
    string name
)
public:
bool RemoveAnnotation(
    String^ name
)
member RemoveAnnotation : 
        name:string -> bool
public function RemoveAnnotation(
    name : String
) : boolean

Paramètres

  • name
    Type : System.String
    Nom de la propriété de l'annotation.

Valeur de retour

Type : System.Boolean
true si une annotation a été supprimée ; sinon, false.

Voir aussi

Référence

MetadataItem Classe

Espace de noms System.Data.Entity.Core.Metadata.Edm