IMutableAnnotatable.RemoveAnnotation(String) Methode

Definition

Entfernt die angegebene Anmerkung aus diesem Objekt.

public Microsoft.EntityFrameworkCore.Infrastructure.Annotation RemoveAnnotation (string name);
public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation RemoveAnnotation (string name);
public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? RemoveAnnotation (string name);
abstract member RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
abstract member RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function RemoveAnnotation (name As String) As Annotation
Public Function RemoveAnnotation (name As String) As IAnnotation

Parameter

name
String

Der Name der zu entfernenden Anmerkung.

Gibt zurück

Die entfernte Anmerkung.

Gilt für: