Share via


ConventionSet.ComplexPropertyAddedConventions Property

Definition

Conventions to run when an entity type is added to the model.

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

Property Value

Applies to