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