Share via


ConventionSet.PropertyAddedConventions 屬性

定義

新增屬性時要執行的慣例。

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

屬性值

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyAddedConvention>

適用於