LLBLGenProDesignerDataSourceViewCanPage Property |
Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports paging through the data that is 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.12.0.0 (5.12.0)
Syntaxpublic override bool CanPage { get; }
Public Overrides ReadOnly Property CanPage As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue, if paging through the data retrieved by the
ExecuteSelect(DataSourceSelectArguments) is supported; otherwise, false.
See Also