Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
3 references to PropertyType
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
31Type propertyType = property.PropertyType;
System\Data\WebControls\EntityDataSourceWrapper.cs (2)
137object adjustedValue = EntityDataSourceUtil.ConvertType(value, descriptor.PropertyType, descriptor.DisplayName); 148if (EntityDataSourceUtil.NullCanBeAssignedTo(descriptor.PropertyType) || null != adjustedValue)