Click or drag to resize
LLBLGenProDataSourceViewBaseCanPage Property
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect(DataSourceSelectArguments) method.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override bool CanPage { get; }

Property Value

Type: Boolean
Remarks
Returns the value of the EnablePaging property of the owner control
See Also