Gets custom annotations that exist on the table to be created.
public virtual IDictionary<string, object> Annotations { get; }
The custom annotations that exist on the table to be created.
CreateTableOperation ClassSystem.Data.Entity.Migrations.Model Namespace