共用方式為


MetaColumn.EntityTypeProperty 屬性

定義

取得物件,這個物件包含以實體 (Entity) 型別表示資料欄位之屬性 (Property) 的屬性 (Attribute)。

public:
 property System::Reflection::PropertyInfo ^ EntityTypeProperty { System::Reflection::PropertyInfo ^ get(); };
public System.Reflection.PropertyInfo EntityTypeProperty { get; }
member this.EntityTypeProperty : System.Reflection.PropertyInfo
Public ReadOnly Property EntityTypeProperty As PropertyInfo

屬性值

物件,包含以實體型別表示資料欄位之屬性 (Property) 的屬性 (Attribute)。

適用於