IAnnotatable.RemoveRuntimeAnnotation(String) Methode

Definition

Entfernt die angegebene Laufzeitanmerkung aus diesem Objekt.

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

Parameter

name
String

Der Name der zu entfernenden Anmerkung.

Gibt zurück

Die entfernte Anmerkung.

Gilt für: