Condividi tramite


AnnotatableBase.RemoveRuntimeAnnotation(String) Metodo

Definizione

Rimuove l'annotazione di runtime specificata da questo oggetto.

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

Parametri

name
String

Annotazione da rimuovere.

Restituisce

Annotazione rimossa.

Si applica a