ColumnProvider.EntityTypeProperty 속성

정의

엔터티 형식에서 열을 나타내는 속성의 PropertyInfo 값을 가져오거나 설정합니다.

public:  virtual property System::Reflection::PropertyInfo ^ EntityTypeProperty {  public:
System::Reflection::PropertyInfo ^ get(); protected:
 void set(System::Reflection::PropertyInfo ^ value); };
public virtual System.Reflection.PropertyInfo EntityTypeProperty { get; protected set; }
member this.EntityTypeProperty : System.Reflection.PropertyInfo with get, set
Public Overridable Property EntityTypeProperty As PropertyInfo

속성 값

PropertyInfo

엔터티 형식에서 열을 나타내는 속성의 PropertyInfo 값입니다.

적용 대상