ConventionSet.ForeignKeyAddedConventions Özellik

Tanım

Yabancı anahtar eklendiğinde çalıştırılacak kurallar.

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

Özellik Değeri

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IForeignKeyConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IForeignKeyAddedConvention>

Şunlara uygulanır