AnnotatableBase.IReadOnlyAnnotatable.Item[String] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the annotation with the given name, returning null
if it does not exist.
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
- name
- String
The name of the annotation to find.
The value of the existing annotation if an annotation with the specified name already exists. Otherwise, null
.
- Attributes
Product | Versions |
---|---|
Entity Framework Core | 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: