ColumnModel.Annotations Property

Definition

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public System.Collections.Generic.IDictionary<string,System.Data.Entity.Infrastructure.Annotations.AnnotationValues> Annotations { get; set; }
member this.Annotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues> with get, set
Public Property Annotations As IDictionary(Of String, AnnotationValues)

Property Value

Attributes

Applies to