4 references to GetClrType
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
50Type parentClrType = EntityDataSourceUtil.GetClrType(ocWorkspace, parentType);
System\Data\WebControls\EntityDataSourceUtil.cs (2)
732clrType = GetClrType(ocWorkspace, (StructuralType)memberType); 1029Type clrToType = EntityDataSourceUtil.GetClrType(ocWorkspace, toType);
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
71_clrEntityType = EntityDataSourceUtil.GetClrType(ocWorkspace, entityType);