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