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)

属性值

适用于