3 references to CanModify
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDesignerDataSourceView.cs (3)
29return CanModify && _helper.EnableDelete; 37return CanModify && _helper.EnableInsert; 72return CanModify && _helper.EnableUpdate;