AnnotatableBase.RemoveAnnotation(String) Método

Definição

Remove a anotação fornecida desse objeto.

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

Parâmetros

name
String

A anotação a ser removida.

Retornos

A anotação que foi removida.

Aplica-se a