Click or drag to resize

RetrievalQuery.RequiresClientSideDistinctFiltering 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.7.0.0 (5.7.0)
Syntax
public bool RequiresClientSideDistinctFiltering { get; set; }

Property Value

Type: Boolean

Implements

IRetrievalQuery.RequiresClientSideDistinctFiltering
See Also