共用方式為


DbComplexPropertyEntry.Property(String) 方法

定義

取得代表這個屬性之巢狀屬性的物件。 這個方法可用於純量屬性或複雜屬性。

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

參數

propertyName
String

巢狀屬性的名稱。

傳回

表示巢狀屬性的物件。

適用於