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