次の方法で共有


ConventionSet.ForeignKeyAnnotationChangedConventions プロパティ

定義

外部キーで注釈が変更されたときに実行する規則。

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

プロパティ値

適用対象