3 writes to Select
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
337
_entityDataSource.
Select
= value;
1149
entityDataSource.
Select
= this.EntityDataSource.Select;
1480
this.EntityDataSource.
Select
= state.Select;
11 references to Select
System.Web.Entity (8)
System\Data\WebControls\EntityDataSource.cs (5)
1149
!String.IsNullOrEmpty(
Select
) ||
1169
if (anyEditablesEnabled && !String.IsNullOrEmpty(
Select
))
1204
if (0 < SelectParameters.Count && String.IsNullOrEmpty(
Select
))
1209
if (!String.IsNullOrEmpty(GroupBy) && String.IsNullOrEmpty(
Select
))
1242
String.IsNullOrEmpty(
Select
) &&
System\Data\WebControls\EntityDataSourceView.cs (3)
218
if (!string.IsNullOrEmpty(_owner.
Select
))
260
_owner.
Select
, _owner.GroupBy, _owner.GetSelectParameters(),
321
_owner.
Select
, _owner.GroupBy, _owner.GetSelectParameters(),
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
331
return _entityDataSource.
Select
;
1149
entityDataSource.Select = this.EntityDataSource.
Select
;
1495
state.Select = this.EntityDataSource.
Select
;