2 references to ConvertType
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (1)
847
propValue = EntityDataSourceUtil.
ConvertType
(propValue, propertyDescriptor.PropertyType, propertyDescriptor.Name);
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
137
object adjustedValue = EntityDataSourceUtil.
ConvertType
(value, descriptor.PropertyType, descriptor.DisplayName);