AnnotatableBase.IAnnotatable.RemoveRuntimeAnnotation(String) Method

Definition

Removes the given runtime annotation from this object.

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.RemoveRuntimeAnnotation (string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.RemoveRuntimeAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function RemoveRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.RemoveRuntimeAnnotation

Parameters

name
String

The name of the annotation to remove.

Returns

The annotation that was removed.

Implements

Applies to