共用方式為


RuntimeTypeBase.GetDeclaredComplexProperties 方法

定義

取得在此類型上宣告的複雜屬性。

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

傳回

宣告的複雜屬性。

適用於