Udostępnij za pośrednictwem


AnnotatableBase.RemoveRuntimeAnnotation(String) Metoda

Definicja

Usuwa daną adnotację środowiska uruchomieniowego z tego obiektu.

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

Parametry

name
String

Adnotacja do usunięcia.

Zwraca

Adnotacja, która została usunięta.

Dotyczy