共用方式為


DbEntityEntry.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

屬性的名稱。

傳回

表示屬性的物件。

適用於