共用方式為


ConventionSet.PrimaryKeySetConventions 屬性

定義

設定主鍵時要執行的慣例。

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)

屬性值

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

適用於