1 write to Select
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
264_helper.Select = value;
5 references to Select
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
260return _helper.Select;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
335if (value != Select) 1053SaveSchema(this.ConnectionString, this.DefaultContainerName, this.EntitySetName, this.Select, this.CommandText, this.EnableFlattening, currentSchema); 1200!String.Equals(select, this.Select, StringComparison.OrdinalIgnoreCase) ||
System\Data\WebControls\Design\EntityDesignerDataSourceView.cs (1)
46String.IsNullOrEmpty(_helper.Select) &&