AnnotatableBase.RemoveRuntimeAnnotation(String) Methode

Definition

Entfernt die angegebene Laufzeitanmerkung aus diesem Objekt.

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

Parameter

name
String

Die zu entfernende Anmerkung.

Gibt zurück

Die entfernte Anmerkung.

Gilt für: