Click or drag to resize

QuerySpecIQuerySpecAllowDuplicates Property

Gets AllowDuplicates (default is true, if Distinct() is specified, this value is false).

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
bool IQuerySpec.AllowDuplicates { get; }

Property Value

Type: Boolean

Implements

IQuerySpecAllowDuplicates
See Also