CreateTableOperation.Annotations Property

 

Gets custom annotations that exist on the table to be created.

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

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

Property Value

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

The custom annotations that exist on the table to be created.