IMutableTypeBase.GetComplexProperties 方法

定義

取得在此類型上定義的屬性。

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

傳回

在此類型上定義的屬性。

備註

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

適用於