1 write to ControllingColumn
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
43
this.
ControllingColumn
= controllingColumn;
3 references to ControllingColumn
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
68
return this.
ControllingColumn
!= null;
System\Data\WebControls\EntityDataSourceWrapper.cs (2)
125
if (descriptor.Column.
ControllingColumn
!= null)
127
displayName = descriptor.Column.
ControllingColumn
.DisplayName;