3 references to LoadTotalRowCountFromCache
System.Web (3)
UI\WebControls\ObjectDataSourceView.cs (3)
1110
cachedTotalRowCount = _owner.
LoadTotalRowCountFromCache
();
1916
int cachedTotalRowCount = _owner.
LoadTotalRowCountFromCache
();
1975
int totalRowCount = _owner.
LoadTotalRowCountFromCache
();