AnnotatableBase.RemoveRuntimeAnnotation(String) Método

Definição

Remove a anotação de runtime fornecida desse objeto .

public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation? RemoveRuntimeAnnotation (string name);
abstract member RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Overridable Function RemoveRuntimeAnnotation (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