Compartilhar via


ConventionAnnotatable.RemoveAnnotation(String) Método

Definição

Remove a anotação fornecida desse objeto.

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

Parâmetros

name
String

A anotação a ser removida.

Retornos

Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation

A anotação que foi removida.

Aplica-se a