Compartilhar via


ConventionAnnotatable.IConventionAnnotatable.RemoveAnnotation(String) Método

Definição

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

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation IConventionAnnotatable.RemoveAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? IConventionAnnotatable.RemoveAnnotation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Function RemoveAnnotation (name As String) As IConventionAnnotation Implements IConventionAnnotatable.RemoveAnnotation

Parâmetros

name
String

O nome da anotação a ser removida.

Retornos

A anotação que foi removida.

Implementações

Atributos

Aplica-se a