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