3 writes to Select
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (2)
507
_entityDataSourceState.
Select
= _select;
512
_entityDataSourceState.
Select
= BuildSelect();
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1495
state.
Select
= this.EntityDataSource.Select;
2 references to Select
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (1)
96
LoadSelect(_entityDataSourceState.
Select
);
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1480
this.EntityDataSource.Select = state.
Select
;