AnnotatableBase.RemoveRuntimeAnnotation(String) Method

Definition

Removes the given runtime annotation from this object.

C#
public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation? RemoveRuntimeAnnotation (string name);

Parameters

name
String

The annotation to remove.

Returns

The annotation that was removed.

Applies to

Product Versions
Entity Framework Core 6.0, 7.0, 8.0, 9.0