共用方式為


DbEntityEntry.ComplexProperty(String) 方法

定義

取得物件,表示這個實體的複雜屬性。

public System.Data.Entity.Infrastructure.DbComplexPropertyEntry ComplexProperty (string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Public Function ComplexProperty (propertyName As String) As DbComplexPropertyEntry

參數

propertyName
String

複雜屬性的名稱。

傳回

表示複雜屬性的物件。

適用於