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