Udostępnij za pośrednictwem


AnnotatableBase.IAnnotatable.RemoveRuntimeAnnotation(String) Metoda

Definicja

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

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.RemoveRuntimeAnnotation (string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.RemoveRuntimeAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function RemoveRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.RemoveRuntimeAnnotation

Parametry

name
String

Nazwa adnotacji do usunięcia.

Zwraca

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

Implementuje

Dotyczy