Share via


ConventionSet.PrimaryKeySetConventions Property

Definition

Conventions to run when a primary key is configured.

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

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPrimaryKeyConvention>

Applies to