Implemented interface member:
property
Where
System.Web.DynamicData.IDynamicDataSource.Where
3 writes to Where
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (2)
747
_owner.
Where
= "0=1";
772
_owner.
Where
= where;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
361
_entityDataSource.
Where
= value;
5 references to Where
System.Web.Entity (4)
System\Data\WebControls\EntityDataSource.cs (2)
1179
if (!String.IsNullOrEmpty(
Where
) && AutoGenerateWhereClause)
1189
if (0 < WhereParameters.Count && !AutoGenerateWhereClause && String.IsNullOrEmpty(
Where
))
System\Data\WebControls\EntityDataSourceView.cs (2)
746
string where = _owner.
Where
;
787
whereClause = _owner.
Where
;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
355
return _entityDataSource.
Where
;