2 overrides of EntityTypeProperty
System.Web.DynamicData (2)
DynamicData\ModelProviders\DLinqColumnProvider.cs (1)
138public override PropertyInfo EntityTypeProperty {
DynamicData\ModelProviders\EFColumnProvider.cs (1)
87public override PropertyInfo EntityTypeProperty {
1 reference to EntityTypeProperty
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
99public PropertyInfo EntityTypeProperty { get { return Provider.EntityTypeProperty; } }