IConventionTypeBase.GetDerivedProperties 方法

定義

取得衍生自此類型之型別上宣告的所有純量屬性。

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> GetDerivedProperties ();
abstract member GetDerivedProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty>
override this.GetDerivedProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty>
Public Overridable Function GetDerivedProperties () As IEnumerable(Of IConventionProperty)

傳回

衍生的非導覽屬性。

備註

這個方法不會傳回在指定型別本身上宣告的屬性。 使用 GetProperties() 傳回在此 和基底實體類型類型上宣告的屬性。

適用於