Share via


ConventionSet.PropertyRemovedConventions Property

Definition

Conventions to run when a property is removed.

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

Property Value

Applies to