Condividi tramite


AnnotatableBase.IReadOnlyAnnotatable.Item[String] Proprietà

Definizione

Ottiene il valore dell'annotazione con il nome specificato, restituendo null se non esiste.

object? Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.Item(string) : obj
 ReadOnly Property Item(name As String) As Object Implements IReadOnlyAnnotatable.Item

Parametri

name
String

Nome dell'annotazione da trovare.

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