Base:
property
CanPage
System.Web.UI.DataSourceView.CanPage
4 references to CanPage
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceView.cs (4)
252
CanPage
, //There's no need to generate the default OrderBy clause if paging is disabled. Prevents an unnecessary sort at the server.
313
CanPage
, //There's no need to generate the default OrderBy clause if paging is disabled. Prevents an unnecessary sort at the server.
386
if (!
CanPage
)
1632
if (
CanPage
)