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