LinqDesignerDataSourceView.CanPage 属性

定义

获取一个值,该值指示与当前 LinqDataSourceView 控件关联的 LinqDataSource 对象是否支持对由 ExecuteSelect(DataSourceSelectArguments) 方法检索的数据进行分页。Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports paging through the data that is retrieved by the ExecuteSelect(DataSourceSelectArguments) method.

public:
 virtual property bool CanPage { bool get(); };
public override bool CanPage { get; }
member this.CanPage : bool
Public Overrides ReadOnly Property CanPage As Boolean

属性值

Boolean

如果支持对由 ExecuteSelect(DataSourceSelectArguments) 方法检索的数据进行分页,则为 true;否则为 falsetrue if paging through the data that is retrieved by the ExecuteSelect(DataSourceSelectArguments) method is supported; otherwise, false.

适用于

另请参阅