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


AnnotatableBase.RemoveRuntimeAnnotation(String) Метод

Определение

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

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

Параметры

name
String

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

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

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

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