Share via


ConventionSet.EntityTypeAnnotationSetConventions Property

Definition

Conventions to run when an annotation is set or removed on an entity type.

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeAnnotationSetConvention> EntityTypeAnnotationSetConventions { get; }
member this.EntityTypeAnnotationSetConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeAnnotationSetConvention>
Public Overridable ReadOnly Property EntityTypeAnnotationSetConventions As IList(Of IEntityTypeAnnotationSetConvention)

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeAnnotationSetConvention>

Applies to