次の方法で共有


ConventionSet.KeyAnnotationChangedConventions プロパティ

定義

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

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

プロパティ値

適用対象