Base:
property
CanRetrieveTotalRowCount
System.Web.UI.DataSourceView.CanRetrieveTotalRowCount
2 references to CanRetrieveTotalRowCount
System.Web (2)
UI\WebControls\SqlDataSourceView.cs (2)
899if (CanRetrieveTotalRowCount) { 1435if (!CanRetrieveTotalRowCount && ((capability & DataSourceCapabilities.RetrieveTotalRowCount) != 0)) {