AnnotatableBase.IAnnotatable.RemoveRuntimeAnnotation(String) Method

Definition

Removes the given runtime annotation from this object.

C#
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.RemoveRuntimeAnnotation (string name);
C#
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.RemoveRuntimeAnnotation (string name);

Parameters

name
String

The name of the annotation to remove.

Returns

The annotation that was removed.

Implements

Applies to

Proizvod Verzije
Entity Framework Core 6.0, 7.0, 8.0, 9.0