Compartir a través de


ConventionAnnotatable.IMutableAnnotatable.Item[String] Propiedad

Definición

Obtiene o establece el valor de la anotación con el nombre especificado.

object Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
object? Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item(string) : obj with get, set
 Property Item(name As String) As Object Implements IMutableAnnotatable.Item

Parámetros

name
String

El nombre de la anotación.

Valor de propiedad

Valor de la anotación existente si ya existe una anotación con el nombre especificado. En caso contrario, es null.

Implementaciones

Atributos

Se aplica a