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)
1179if (!String.IsNullOrEmpty(Where) && AutoGenerateWhereClause) 1189if (0 < WhereParameters.Count && !AutoGenerateWhereClause && String.IsNullOrEmpty(Where))
System\Data\WebControls\EntityDataSourceView.cs (2)
746string where = _owner.Where; 787whereClause = _owner.Where;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
355return _entityDataSource.Where;