ColumnProvider::EntityTypeProperty Property

 

Gets or sets the System.Reflection::PropertyInfo value of the property that represents the column in the entity type.

Namespace:   System.Web.DynamicData.ModelProviders
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
Return to top
Show: