ColumnModel.Annotations Property
Gets or sets the custom annotations that have changed on the column.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public IDictionary<string, AnnotationValues> Annotations { get; set; }