Поделиться через


AnnotatableBase.RemoveAnnotation(String) Метод

Определение

Удаляет заданную заметку из этого объекта .

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

Параметры

name
String

Удаляемая заметка.

Возвращаемое значение

Удаленная заметка.

Применяется к