1 write to _owner
System.Web (1)
UI\WebControls\ObjectDataSourceView.cs (1)
75_owner = owner;
48 references to _owner
System.Web (48)
UI\WebControls\ObjectDataSourceView.cs (48)
695throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_DataObjectPropertyNotFound, propName, _owner.ID)); 698throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_DataObjectPropertyReadOnly, propName, _owner.ID)); 784throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_FilterNotSupported, _owner.ID)); 788throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_SortNotSupportedOnIEnumerable, _owner.ID)); 817IOrderedDictionary parameterValues = FilterParameters.GetValues(_context, _owner); 836throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_DeleteNotSupported, _owner.ID)); 856throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_delete), _owner.ID, "oldValues")); 879MergeDictionaries(DeleteParameters, DeleteParameters.GetValues(_context, _owner), caseInsensitiveAllValues); 884throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_delete), _owner.ID, "oldValues")); 902if (_owner.Cache.Enabled) { 903_owner.InvalidateCacheEntry(); 914throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_InsertNotSupported, _owner.ID)); 929throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_InsertRequiresValues, _owner.ID)); 952MergeDictionaries(InsertParameters, InsertParameters.GetValues(_context, _owner), caseInsensitiveAllValues); 968if (_owner.Cache.Enabled) { 969_owner.InvalidateCacheEntry(); 980throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_SelectNotSupported, _owner.ID)); 997IDictionary selectParameters = SelectParameters.GetValues(_context, _owner); 1004bool cacheEnabled = _owner.Cache.Enabled; 1006object cachedData = _owner.LoadDataFromCache(arguments.StartRowIndex, arguments.MaximumRows); 1015throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_FilterNotSupported, _owner.ID)); 1027DataTable dataTable = FilteredDataSetHelper.GetDataTable(_owner, cachedData); 1081throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MissingPagingSettings, _owner.ID)); 1110cachedTotalRowCount = _owner.LoadTotalRowCountFromCache(); 1119_owner.SaveTotalRowCountToCache(cachedTotalRowCount); 1141throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_FilterNotSupported, _owner.ID)); 1147throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_CacheNotSupportedOnSortedDataView, _owner.ID)); 1160DataTable dataTable = FilteredDataSetHelper.GetDataTable(_owner, result.ReturnValue); 1183throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_CacheNotSupportedOnIDataReader, _owner.ID)); 1197throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_UpdateNotSupported, _owner.ID)); 1213throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_update), _owner.ID, "oldValues")); 1230throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_update), _owner.ID, "oldValues")); 1274IDictionary updateParams = UpdateParameters.GetValues(_context, _owner); 1302if (_owner.Cache.Enabled) { 1303_owner.InvalidateCacheEntry(); 1404throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MethodNotFoundForDataObject, _owner.ID, methodName, dataObjectType.FullName)); 1437throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_NoOldValuesParams, _owner.ID)); 1554throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MultipleOverloads, _owner.ID)); 1559throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MethodNotFoundNoParams, _owner.ID, methodName)); 1565throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MethodNotFoundWithParams, _owner.ID, methodName, paramString)); 1601throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_TypeNotSpecified, _owner.ID)); 1609throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_TypeNotFound, _owner.ID)); 1916int cachedTotalRowCount = _owner.LoadTotalRowCountFromCache(); 1925_owner.SaveTotalRowCountToCache(cachedTotalRowCount); 1975int totalRowCount = _owner.LoadTotalRowCountFromCache(); 1977_owner.SaveTotalRowCountToCache(arguments.TotalRowCount); 1980_owner.SaveDataToCache(arguments.StartRowIndex, arguments.MaximumRows, data); 2035throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_DataObjectTypeNotFound, _owner.ID));