IMutableAnnotatable.RemoveAnnotation(String) Methode

Definition

Entfernt die angegebene Anmerkung aus diesem Objekt.

C#
public Microsoft.EntityFrameworkCore.Infrastructure.Annotation RemoveAnnotation (string name);
C#
public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation RemoveAnnotation (string name);
C#
public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? RemoveAnnotation (string name);

Parameter

name
String

Der Name der zu entfernenden Anmerkung.

Gibt zurück

Die entfernte Anmerkung.

Gilt für:

Produkt Versionen
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0