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)
260
return _helper.
Select
;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
335
if (value !=
Select
)
1053
SaveSchema(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)
46
String.IsNullOrEmpty(_helper.
Select
) &&