1 write to CommandText
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
209_helper.CommandText = value;
6 references to CommandText
System.Web.Entity.Design (6)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (2)
47(!String.IsNullOrEmpty(_helper.EntitySetName) || !String.IsNullOrEmpty(_helper.CommandText)); 205return _helper.CommandText;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
199if (value != CommandText) 1053SaveSchema(this.ConnectionString, this.DefaultContainerName, this.EntitySetName, this.Select, this.CommandText, this.EnableFlattening, currentSchema); 1201!String.Equals(commandText, this.CommandText, StringComparison.OrdinalIgnoreCase) ||
System\Data\WebControls\Design\EntityDesignerDataSourceView.cs (1)
47String.IsNullOrEmpty(_helper.CommandText) &&