2 writes to clrType
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (2)
203this.clrType = EntityDataSourceUtil.GetMemberClrType(workspace, keyMember); 209this.clrType = EntityDataSourceUtil.MakeNullable(clrType);
2 references to clrType
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (2)
209this.clrType = EntityDataSourceUtil.MakeNullable(clrType); 244get { return this.clrType; }