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