AlterTableOperation.Annotations Property

 

Gets the custom annotations that have changed on the table.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual IDictionary<string, AnnotationValues> Annotations { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, AnnotationValues>

The custom annotations that have changed on the table.