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.9.0.0 (5.9.0)
Syntaxbool RequiresClientSidePaging { get; set; }Property RequiresClientSidePaging As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also