2 writes to InsertMethod
System.Web (2)
UI\WebControls\DetailsView.cs (1)
160
base.
InsertMethod
= value;
UI\WebControls\FormView.cs (1)
146
base.
InsertMethod
= value;
4 references to InsertMethod
System.Web (4)
UI\WebControls\CompositeDataBoundControl.cs (1)
26
!String.IsNullOrEmpty(
InsertMethod
);
UI\WebControls\DetailsView.cs (1)
157
return base.
InsertMethod
;
UI\WebControls\FormView.cs (1)
143
return base.
InsertMethod
;
UI\WebControls\GridView.cs (1)
4422
modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod,
InsertMethod
, DeleteMethod, dataKeyName);