IAnnotatable.RemoveRuntimeAnnotation(String) Método

Definição

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

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? RemoveRuntimeAnnotation (string name);
abstract member RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function RemoveRuntimeAnnotation (name As String) As IAnnotation

Parâmetros

name
String

O nome da anotação a ser removida.

Retornos

A anotação que foi removida.

Aplica-se a