次の方法で共有


ConventionSet.KeyAddedConventions プロパティ

定義

キーが追加されたときに実行する規則。

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

プロパティ値

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IKeyConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IKeyAddedConvention>

適用対象