Annotatable.IMutableAnnotatable.RemoveAnnotation(String) Método

Definição

Remove a anotação fornecida desse objeto .

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IMutableAnnotatable.RemoveAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IMutableAnnotatable.RemoveAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IMutableAnnotatable.RemoveAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function RemoveAnnotation (name As String) As IAnnotation Implements IMutableAnnotatable.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