Annotatable.IMutableAnnotatable.RemoveAnnotation(String) Method

Definition

Removes the given annotation from this object.

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IMutableAnnotatable.RemoveAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IMutableAnnotatable.RemoveAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IMutableAnnotatable.RemoveAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function RemoveAnnotation (name As String) As IAnnotation Implements IMutableAnnotatable.RemoveAnnotation

Parameters

name
String

The name of the annotation to remove.

Returns

The annotation that was removed.

Implements

Attributes

Applies to