共用方式為


IReadOnlyTypeBase.GetDerivedProperties 方法

定義

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

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

傳回

衍生的純量屬性。

備註

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

適用於