Compartir a través de


AnnotatableBase.IAnnotatable.RemoveRuntimeAnnotation(String) Método

Definición

Quita la anotación en tiempo de ejecución especificada de este objeto.

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

Parámetros

name
String

Nombre de la anotación que se va a quitar.

Devoluciones

Anotación que se quitó.

Implementaciones

Se aplica a