ConventionSet.TriggerRemovedConventions Property

Definition

Conventions to run when a trigger property is removed.

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

Property Value

Applies to