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


IAnnotatable.RemoveRuntimeAnnotation(String) Метод

Определение

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

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

Параметры

name
String

Имя удаляемой заметки.

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

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

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