TableExpressionBase.Annotations Property
Definition
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.
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)