AnnotatableBase.RemoveAnnotation(String) Methode

Definition

Entfernt die angegebene Anmerkung aus diesem Objekt.

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

Parameter

name
String

Die zu entfernende Anmerkung.

Gibt zurück

Die entfernte Anmerkung.

Gilt für: