Base:
property
CanRetrieveTotalRowCount
System.Web.UI.DataSourceView.CanRetrieveTotalRowCount
1 override of CanRetrieveTotalRowCount
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceView.cs (1)
88
public override bool
CanRetrieveTotalRowCount
{
1 reference to CanRetrieveTotalRowCount
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
458
if (
CanRetrieveTotalRowCount
&& context.Arguments.RetrieveTotalRowCount) {