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.7.0.0 (5.7.0)
Syntax
bool IQuerySpec.AllowDuplicates { get; }

Property Value

Type: Boolean

Implements

IQuerySpecAllowDuplicates
See Also