IRetrievalQueryRequiresClientSidePaging Property |
Flag to tell the object fetcher to use manual paging. This is required when DISTINCT is required however due to DISTINCT violating types
it can't be applied to the query. This then causes duplicates in the resultset, which shouldn't be there and thus causing pages with much
lesser data. Only set by a DQE, normally false.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax bool RequiresClientSidePaging { get; set; }
Property RequiresClientSidePaging As Boolean
Get
Set
Property Value
Type:
BooleanSee Also