5 writes to RetrieveTotalRowCount
System.Web (3)
UI\WebControls\DetailsView.cs (1)
1800arguments.RetrieveTotalRowCount = true;
UI\WebControls\FormView.cs (1)
1553arguments.RetrieveTotalRowCount = true;
UI\WebControls\GridView.cs (1)
2399arguments.RetrieveTotalRowCount = true;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
751args.RetrieveTotalRowCount = false;
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1582arguments.RetrieveTotalRowCount = true;
15 references to RetrieveTotalRowCount
System.Web (9)
UI\DataSourceSelectArguments.cs (1)
173(arguments.RetrieveTotalRowCount == _retrieveTotalRowCount) &&
UI\WebControls\ObjectDataSourceView.cs (8)
794if (!EnablePaging && arguments.RetrieveTotalRowCount && SelectCountMethod.Length == 0) { 805if (arguments.RetrieveTotalRowCount && SelectCountMethod.Length == 0) { 1010if (arguments.RetrieveTotalRowCount && SelectCountMethod.Length == 0) { 1107if (arguments.RetrieveTotalRowCount && SelectCountMethod.Length > 0) { 1136if (arguments.RetrieveTotalRowCount && SelectCountMethod.Length == 0) { 1162if (arguments.RetrieveTotalRowCount && SelectCountMethod.Length == 0) { 1915if (arguments.RetrieveTotalRowCount) { 1974if (arguments.RetrieveTotalRowCount) {
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceView.cs (3)
267ObjectQuery<T> query = queryBuilder.BuildBasicQuery(Context, arguments.RetrieveTotalRowCount); 338queryT = queryBuilder.CompleteBuild(queryT, Context, arguments.RetrieveTotalRowCount, wasQueryModified); 349if (arguments.RetrieveTotalRowCount)
System.Web.Extensions (3)
UI\WebControls\LinqDataSourceView.cs (1)
556if (arguments.RetrieveTotalRowCount) {
UI\WebControls\QueryableDataSourceView.cs (2)
458if (CanRetrieveTotalRowCount && context.Arguments.RetrieveTotalRowCount) { 467else if (context.Arguments.RetrieveTotalRowCount && (context.Arguments.TotalRowCount == -1)) {