Sdílet prostřednictvím


Annotatable.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ámka, která se má odebrat.

Návraty

Poznámka, která byla odebrána.

Implementuje

Platí pro