DbComplexPropertyEntry.Property(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表這個屬性之巢狀屬性的物件。 這個方法可用於純量屬性或複雜屬性。
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
巢狀屬性的名稱。
傳回
表示巢狀屬性的物件。