Implemented interface member:
property
EnableInsert
System.Web.DynamicData.IDynamicDataSource.EnableInsert
1 write to EnableInsert
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1476
this.EntityDataSource.
EnableInsert
= state.EnableInsert;
4 references to EnableInsert
System.Web.Entity (2)
System\Data\WebControls\EntityDataSource.cs (1)
1138
bool anyEditablesEnabled =
EnableInsert
|| EnableUpdate || EnableDelete;
System\Data\WebControls\EntityDataSourceView.cs (1)
1236
get { return _owner.
EnableInsert
&& !_disableUpdates; }
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
243
return _entityDataSource.
EnableInsert
;
1491
state.EnableInsert = this.EntityDataSource.
EnableInsert
;