IConventionAnnotatable.RemoveAnnotation(String) Método

Definição

Remove a anotação com o nome fornecido desse objeto.

public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation RemoveAnnotation (string name);
public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? RemoveAnnotation (string name);
abstract member RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Public Function RemoveAnnotation (name As String) As IConventionAnnotation

Parâmetros

name
String

O nome da anotação a ser removida.

Retornos

A anotação que foi removida.

Aplica-se a