Sdílet prostřednictvím


AnnotatableBase.RemoveAnnotation(String) Metoda

Definice

Odebere danou poznámku z tohoto objektu.

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

Parametry

name
String

Poznámku, která se má odebrat.

Návraty

Odebraná poznámka

Platí pro