次の方法で共有


ConventionSet.PropertyRemovedConventions プロパティ

定義

プロパティが削除されたときに実行される規則。

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

プロパティ値

適用対象