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
));
205
return _helper.
CommandText
;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
199
if (value !=
CommandText
)
1053
SaveSchema(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)
47
String.IsNullOrEmpty(_helper.
CommandText
) &&