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 Overridable Property EntityTypeProperty As PropertyInfo
	Get
	Protected Set
End Property

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: