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