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