ColumnProvider::EntityTypeProperty Property
.NET Framework (current version)
Gets or sets the System.Reflection::PropertyInfo value of the property that represents the column in the entity type.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property PropertyInfo^ EntityTypeProperty { virtual PropertyInfo^ get(); protected: virtual void set(PropertyInfo^ value); }
Property Value
Type: System.Reflection::PropertyInfo^The System.Reflection::PropertyInfo value of the property that represents the column in the entity type.
.NET Framework
Available since 3.5
Available since 3.5
Show: