Share via


ConventionSet.ComplexPropertyRemovedConventions Property

Definition

Conventions to run when an entity type is removed.

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

Property Value

Applies to