共用方式為


ITypeBase.GetDeclaredComplexProperties 方法

定義

取得這個實體類型上宣告的複雜屬性。

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

傳回

宣告的複雜屬性。

適用於