MigrationCodeGenerator.AnnotationGenerators Property

 

Gets the AnnotationCodeGenerator instances that are being used.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public virtual IDictionary<string, Func<AnnotationCodeGenerator>> AnnotationGenerators { get; }