Sdílet prostřednictvím


ConventionAnnotatable.RemoveAnnotation(String) Metoda

Definice

Odebere danou poznámku z tohoto objektu.

public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation RemoveAnnotation (string name);
public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation? RemoveAnnotation (string name);
override this.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation
Public Overridable Function RemoveAnnotation (name As String) As ConventionAnnotation

Parametry

name
String

Poznámka, která se má odebrat.

Návraty

Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation

Poznámka, která byla odebrána.

Platí pro