Condividi tramite


ConventionAnnotatable.IMutableAnnotatable.Item[String] Proprietà

Definizione

Ottiene o imposta il valore dell'annotazione con il nome specificato.

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

Parametri

name
String

Nome dell'elemento Annotation.

Valore della proprietà

Valore dell'annotazione esistente se esiste già un'annotazione con il nome specificato. In caso contrario, null.

Implementazioni

Attributi

Si applica a