IAnnotatable.RemoveRuntimeAnnotation(String) Metodo

Definizione

Rimuove l'annotazione di runtime specificata da questo oggetto.

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

Parametri

name
String

Nome dell'annotazione da rimuovere.

Restituisce

Annotazione rimossa.

Si applica a