Annotatable.IMutableAnnotatable.SetOrRemoveAnnotation(String, Object) Método

Definición

Establece la anotación almacenada en el nombre especificado. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. Quita la anotación existente si null se proporciona.

void IMutableAnnotatable.SetOrRemoveAnnotation (string name, object? value);
void IMutableAnnotatable.SetOrRemoveAnnotation (string name, object value);
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.SetOrRemoveAnnotation : string * obj -> unit
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.SetOrRemoveAnnotation : string * obj -> unit
Sub SetOrRemoveAnnotation (name As String, value As Object) Implements IMutableAnnotatable.SetOrRemoveAnnotation

Parámetros

name
String

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

value
Object

Valor que se va a almacenar en la anotación.

Implementaciones

Se aplica a