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