Click or drag to resize
RetrievalQueryRequiresClientSideDistinctFiltering Property
Flag to tell the object fetcher to use manual distinct filtering, as the DISTINCT command couldn't be applied. Used to tell paging wrappers to set RequiresClientSidePaging.

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

Property Value

Type: Boolean

Implements

IRetrievalQueryRequiresClientSideDistinctFiltering
See Also