IReadOnlyTypeBase.GetComplexProperties 方法

定義

取得在這個型別和基底型別上定義的複雜屬性。

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

傳回

在這個類型上定義的複雜屬性。

備註

此 API 只會傳回復雜的屬性,而且找不到導覽、純量或服務屬性。

適用於