IAnnotatable.RemoveRuntimeAnnotation(String) Method

Definition

Removes the given runtime annotation from this object.

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? RemoveRuntimeAnnotation (string name);
abstract member RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function RemoveRuntimeAnnotation (name As String) As IAnnotation

Parameters

name
String

The name of the annotation to remove.

Returns

The annotation that was removed.

Applies to