Udostępnij za pośrednictwem


IMutableAnnotatable.RemoveAnnotation(String) Metoda

Definicja

Usuwa daną adnotację z tego obiektu.

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

Parametry

name
String

Nazwa adnotacji do usunięcia.

Zwraca

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

Dotyczy