IAnnotatable.RemoveRuntimeAnnotation(String) Metoda

Definicja

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

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

Parametry

name
String

Nazwa adnotacji do usunięcia.

Zwraca

Usunięto adnotację.

Dotyczy