TableExpressionBase.Annotations Property

Definition

An indexed collection of annotations associated with this table expression.

protected virtual System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>? Annotations { get; }
member this.Annotations : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Protected Overridable ReadOnly Property Annotations As IReadOnlyDictionary(Of String, IAnnotation)

Property Value

Applies to