5 overrides of CanRetrieveTotalRowCount
System.Web (3)
UI\WebControls\ModelDataSourceView.cs (1)
116public override bool CanRetrieveTotalRowCount {
UI\WebControls\ObjectDataSourceView.cs (1)
112public override bool CanRetrieveTotalRowCount {
UI\WebControls\SqlDataSourceView.cs (1)
122public override bool CanRetrieveTotalRowCount {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1254public override bool CanRetrieveTotalRowCount
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
136public override bool CanRetrieveTotalRowCount {
9 references to CanRetrieveTotalRowCount
System.Web (7)
UI\DataSourceView.cs (1)
284if (!CanRetrieveTotalRowCount && ((capability & DataSourceCapabilities.RetrieveTotalRowCount) != 0)) {
UI\WebControls\DetailsView.cs (2)
1566if (view.CanRetrieveTotalRowCount) { 1799if (view.CanRetrieveTotalRowCount) {
UI\WebControls\FormView.cs (2)
1341if (view.CanRetrieveTotalRowCount) { 1552if (view.CanRetrieveTotalRowCount) {
UI\WebControls\GridView.cs (2)
1950if (view.CanRetrieveTotalRowCount) { 2398if (view.CanRetrieveTotalRowCount) {
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1472if (view.CanRetrieveTotalRowCount) { 1581if (view.CanRetrieveTotalRowCount) {