3 references to GetMemberClrType
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
203this.clrType = EntityDataSourceUtil.GetMemberClrType(workspace, keyMember);
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
45this.clrType = EntityDataSourceUtil.GetMemberClrType(ocWorkspace, property);
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1013Type clrToType = EntityDataSourceUtil.GetMemberClrType(ocWorkspace, navigationProperty);