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)
1476this.EntityDataSource.EnableInsert = state.EnableInsert;
4 references to EnableInsert
System.Web.Entity (2)
System\Data\WebControls\EntityDataSource.cs (1)
1138bool anyEditablesEnabled = EnableInsert || EnableUpdate || EnableDelete;
System\Data\WebControls\EntityDataSourceView.cs (1)
1236get { return _owner.EnableInsert && !_disableUpdates; }
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
243return _entityDataSource.EnableInsert; 1491state.EnableInsert = this.EntityDataSource.EnableInsert;