AlterTableOperation.Annotations Property

Definition

Gets the custom annotations that have changed on the table.

public virtual System.Collections.Generic.IDictionary<string,System.Data.Entity.Infrastructure.Annotations.AnnotationValues> Annotations { get; }
member this.Annotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues>
Public Overridable ReadOnly Property Annotations As IDictionary(Of String, AnnotationValues)

Property Value

Applies to