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