ConventionSet.KeyAnnotationChangedConventions Property

Definition

Conventions to run when an annotation is changed on a key.

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

Property Value

Applies to