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