Annotatable.RemoveAnnotation(String) Method

Definition

Removes the given annotation from this object.

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

Parameters

name
String

The annotation to remove.

Returns

The annotation that was removed.

Implements

Applies to

Product Versions
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0