1 write to InsertMethod
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
311
GetView().
InsertMethod
= value;
4 references to InsertMethod
System.Web (4)
UI\WebControls\ObjectDataSource.cs (1)
308
return GetView().
InsertMethod
;
UI\WebControls\ObjectDataSourceView.cs (3)
96
return (
InsertMethod
.Length != 0);
939
method = GetResolvedMethodData(type,
InsertMethod
, dataObjectType, null, newDataObject, DataSourceOperation.Insert);
962
method = GetResolvedMethodData(type,
InsertMethod
, caseInsensitiveAllValues, DataSourceOperation.Insert);