共用方式為


ConventionSet.PropertyFieldChangedConventions 屬性

定義

屬性的欄位變更時要執行的慣例。

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

屬性值

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyFieldChangedConvention>

適用於