1 write to DeleteMethod
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
201GetView().DeleteMethod = value;
4 references to DeleteMethod
System.Web (4)
UI\WebControls\ObjectDataSource.cs (1)
198return GetView().DeleteMethod;
UI\WebControls\ObjectDataSourceView.cs (3)
86return (DeleteMethod.Length != 0); 865method = GetResolvedMethodData(type, DeleteMethod, dataObjectType, oldDataObject, null, DataSourceOperation.Delete); 896method = GetResolvedMethodData(type, DeleteMethod, caseInsensitiveAllValues, DataSourceOperation.Delete);