ColumnModel.Annotations Property

 

Gets or sets the custom annotations that have changed on the column.

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

[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IDictionary<string, AnnotationValues> Annotations { get; set; }